PHS colours and colour palettes
Format
phs_colour_values - A character vector of PHS colours and hex codes.
phs_colour_palettes - A list of PHS colours grouped into palettes.
phs_palette_types - A list of PHS palettes grouped into palette types.
Details
PHS colours
PHS colour names and their corresponding hex codes.
phs_colour_values is a character vector that contains PHS colour names
in the PHS chart and dashboard guidance, such as PHS blue.
PHS palettes
A list grouping PHS colours into palettes.
It is used within scale_colour_discrete_phs,
scale_colour_continuous_phs,
scale_fill_discrete_phs and
scale_fill_continuous_phs.
It contains PHS colour palettes such as main, main-purples.
PHS palette types
A list grouping PHS palettes into PHS palette types.
It is used within scale_colour_discrete_phs,
scale_colour_continuous_phs,
scale_fill_discrete_phs and
scale_fill_continuous_phs.
It groups PHS palettes into two types - qualitative and sequential.
The palettes and their types are listed below.
| Qualitative | Sequential |
| main | x |
| supporting | x |
| all | x |
| x | main-purples |
| x | main-magentas |
| x | main-blues |
| x | main-greens |
| x | supporting-graphites |
| x | supporting-teals |
| x | supporting-liberties |
| x | supporting-rusts |