Returns the hex value for the named VHA brand color. Errors with the list
of valid names when the name is not found.
Arguments
- name
A single color name, e.g. "Dark Turq" or "Yellow".
Value
A named character scalar (hex color).
Examples
vha_color("Dark Turq")
#> Dark Turq
#> "#0C4D4F"
vha_color("Yellow")
#> Yellow
#> "#ECC51E"