
Helper to create a sequential color scale using Blues 3 that is reversed.
Source: R/colorHelpers.R
seqFillColors.RdA function to create a sequential color scale using Blues 3, that is reversed and slightly darkened.
Examples
# Returns the 5 colors in the sequential palette:
seqFillColors(n_colors = 5)
#> [1] "#DDDDDD" "#AEC3DF" "#7798BF" "#0466A2" "#023163"
# Returns the 7 colors colors in the sequential palette::
seqFillColors(n_colors = 7)
#> [1] "#DDDDDD" "#BDCFE6" "#9FB5D5" "#7798BF" "#4677A7" "#00548B" "#023163"