Function to extract The Globe and Mail's colors as hex codes
tgam_cols(...)
... | Character names of tgam_colors. Colour names include 'burgundy', 'sky', 'salmon', 'gold', 'gray', 'alt1', 'alt2', 'alt3', 'alt4', 'alt5'. |
---|
A character vector of one or more colours in The Globe's palette
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"