mainPal.R

# Both taken from IBM styleguide. 
# Checked for colorblindness and desaturation with colorblindR.
# Includes a simple desaturated yellow30 as additional option.
#
# Main (sub)feature: yellow30
# Control (sub)feature: grey40
# Background (sub)feature: yellowDesat
RHWcol = c('yellow30' = "#fdd13a",
           'grey40'   = "#a4a4a4", 
           'yellowDesat' = '#D4D4D4')
robinweide/RHWlib documentation built on May 7, 2019, 8:03 a.m.