All valid color names are in the named vector returned by hdx_colors() or
accessible in the convenient hdx_color_names().
As of the 2025 HDX website redesign, the "primary", "brand", "neutral",
"success", "warning", and "error" scales are also available, following the
step naming of the HDX design tokens (e.g. "primary-5" for the primary
scale's base blue, "neutral-2" for a hairline gridline gray). These are not
returned by default to avoid breaking existing uses of hdx_colors();
request them explicitly, e.g. hdx_colors("primary"). The original
"sapphire", "mint", and "tomato" scales are kept for backwards
compatibility but are superseded by "primary"/"brand"/"error" going
forward.