get_colors: Get names and hex codes from City of Philadelphia color...

Description Usage Arguments Examples

View source: R/palette.R

Description

Get names and hex codes from City of Philadelphia color palette

Usage

1
get_colors(..., palette = phl_colors)

Arguments

...

List of colors to return. If NULL, returns the entire set of options.

palette

Named character vector of hex codes; defaults to phl_standards.

Examples

1
2
3
get_colors()
get_colors("ben_franklin_blue")
get_colors("bell_yellow", "ben_franklin_blue")

CityOfPhiladelphia/rphl documentation built on Oct. 30, 2019, 5:44 a.m.