Color codes for the colors listed in the Moffitt Brand Guide 2014.

moffitt_colors

Format

A named list of 7 colors: blue, light_blue, green, orange, grey, yellow, and red.

CSS

A CSS palette is included as well, that can be found via system.file("moffitt-colors.css", package = "grkmisc").

See also

theme_moffitt

Examples

str(moffitt_colors)
#> List of 7 #> $ blue : chr "#00589a" #> $ green : chr "#82c878" #> $ red : chr "#eb1455" #> $ orange : chr "#faa555" #> $ light_blue: chr "#58b0e3" #> $ yellow : chr "#ffcd5a" #> $ grey : chr "#bec3c3"
scales::show_col(unlist(moffitt_colors))