
The objective of jumble is to provide a pretty discrete colour palette that is also relatively colourblind and contrast-safe for a light background.
Note:
A 5 colour alternative that is colour-blind safe for deutanomaly,
protanomaly and tritanomaly is jumble[c(1:4, 7)].
Install from CRAN, or development version from GitHub.
install.packages("jumble")
pak::pak("davidhodge931/jumble")library(jumble)
scales::show_col(jumble)