simplecolors is designed to generate hex codes using uniformly named colors.
Installation
You can install the released version ofsimplecolors fromCRAN with:
install.packages("simplecolors")You can install the development version fromGitHub with:
devtools::install_github("rjake/simplecolors")Usage
The idea is to have a simpler way of accessing color values that is intuitive and easy to remember. Colors can be called usingsc() or by using the various palette toolssc_across(),sc_blue(), etc. To see all available colors useshow_colors()
The colors follow a pattern of[saturation][color name][lightness]
More details can be found in created can be found inthis vignette.

A grid of tiles with the color names and what they look like