Returns the hex value for the named HFV brand color. Errors with the list
of valid names when the name is not found.
Arguments
- name
A single color name, e.g. "Sky" or "Shadow".
Value
A named character scalar (hex color).
Examples
hfv_color("Sky")
#> Sky
#> "#66cccc"
hfv_color("Shadow")
#> Shadow
#> "#334a66"