Returns the hex value for the named PHA brand color. Errors with the list
of valid names when the name is not found.
Arguments
- name
A single color name, e.g. "Green" or "Dark Blue".
Value
A named character scalar (hex color).
Examples
pha_color("Green")
#> Green
#> "#5bab8e"
pha_color("Dark Blue")
#> Dark Blue
#> "#2b6b9c"