Colour names and HEX codes consistent with Institute guidelines.
Format
A named character vector of length 15. Names correspond to semantic colour names (e.g., "Saffron", "Teal", "CoolGrey50").
Examples
names(thekids_colours)
#> [1] "Saffron" "Pumpkin" "Teal" "DarkTeal"
#> [5] "CelestialBlue" "AzureBlue" "MidnightBlue" "Saffron50"
#> [9] "Pumpkin50" "Teal50" "CelestialBlue50" "MidnightBlue50"
#> [13] "CoolGrey" "CoolGrey50" "CoolGrey20"
thekids_colours["Teal"]
#> Teal
#> "#00A39C"