Returns the hex value for the named HDA brand color. Errors with the list
of valid names when the name is not found.
Arguments
- name
A single color name, e.g. "Blue" or "Sea Green".
Value
A named character scalar (hex color).
Examples
hda_color("Blue")
#> Blue
#> "#445ca9"
hda_color("Sea Green")
#> Sea Green
#> "#8abc8e"