Skip to contents

Colour names and HEX codes consistent with Institute guidelines.

Usage

thekids_colours

Format

A named character vector of length 15. Names correspond to semantic colour names (e.g., "Saffron", "Teal", "CoolGrey50").

Source

The Kids Research Institute Australia style guide.

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"