Function to extract The Globe and Mail's colors as hex codes

tgam_cols(...)

Arguments

...

Character names of tgam_colors. Colour names include 'burgundy', 'sky', 'salmon', 'gold', 'gray', 'alt1', 'alt2', 'alt3', 'alt4', 'alt5'.

Value

A character vector of one or more colours in The Globe's palette

Examples

tgam_cols()
#> burgundy sky salmon gold gray alt1 alt2 alt3 #> "#852E57" "#89CAD3" "#D56161" "#C7A274" "#CCCCCC" "#2D5783" "#2A929E" "#5FBF9B" #> alt4 alt5 #> "#BAAD9C" "#D8CFC3"
tgam_cols('burgundy')
#> burgundy #> "#852E57"