Color pallete by Dr. Emily Jane Dennis as per this tweet.

ejd_pal()

Value

A tibble with three colums, all as character vectors of hex color values:

  1. name (not a "real" color name),

  2. the dark variant and

  3. the light variant.

Details

Should be color blind friendly

Examples

purrr::walk(.x = ejd_pal()[-1], .f = scales::show_col)