Skip to contents

Returns the hex value for the named PHA brand color. Errors with the list of valid names when the name is not found.

Usage

pha_color(name)

Arguments

name

A single color name, e.g. "Orange" or "Teal Light".

Value

A named character scalar (hex color).

See also

Examples

pha_color("Orange")
#>    Orange 
#> "#f78f49" 
pha_color("Teal Light")
#> Teal Light 
#>  "#a0d0c3"