Use microshades_palette to construct palettes of desired length.

microshades_cvd_palettes

Format

An object of class list of length 6.

Examples

microshades_cvd_palettes
#> $micro_cvd_gray
#> [1] "#F5F5F5" "#D6D6D6" "#B7B7B7" "#8B8B8B" "#616161"
#> 
#> $micro_cvd_green
#> [1] "#DDFFA0" "#BDEC6F" "#97CE2F" "#6D9F06" "#4E7705"
#> 
#> $micro_cvd_orange
#> [1] "#FFD5AF" "#FCB076" "#F09163" "#C17754" "#9D654C"
#> 
#> $micro_cvd_blue
#> [1] "#E7F4FF" "#BCE1FF" "#7DCCFF" "#56B4E9" "#098BD9"
#> 
#> $micro_cvd_turquoise
#> [1] "#A3E4D7" "#48C9B0" "#43BA8F" "#009E73" "#148F77"
#> 
#> $micro_cvd_purple
#> [1] "#EFB6D6" "#E794C1" "#CC79A7" "#A1527F" "#7D3560"
#> 
microshades_palette("micro_cvd_gray")

microshades_palette("micro_cvd_green")

microshades_palette("micro_cvd_orange")

microshades_palette("micro_cvd_blue")

microshades_palette("micro_cvd_turquoise")

microshades_palette("micro_cvd_purple")