R/colors.R
ejd_pal.Rd
Color pallete by Dr. Emily Jane Dennis as per this tweet.
ejd_pal()
A tibble with three colums, all as character vectors of hex color values:
name (not a "real" color name),
name
the dark variant and
dark
the light variant.
light
Should be color blind friendly
purrr::walk(.x = ejd_pal()[-1], .f = scales::show_col)