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. "Orange" or "Teal Light".
Value
A named character scalar (hex color).
Examples
pha_color("Orange")
#> Orange
#> "#f78f49"
pha_color("Teal Light")
#> Teal Light
#> "#a0d0c3"