R/artistic.R

#' Artistic palettes
#'
#' This selection of color palettes contains a list of 5 palettes with 10
#' colors each that act as being aesthetically pleasing.
#'
#' The available palettes are:
#' dreaming
#' jojo
#' beach
#' waterfall
#' sunset
#'
#' @export
artistic <- list("dreaming"  = c("#DCEAEA", "#7CC3C9", "#E1650B", "#996244",
                                "#A83600", "#519B9A", "#3D726A", "#03424B"),
                 "jojo"      = c("#FAB5C8", "#F67E99", "#F54E6C", "#AB553E",
                                 "#EDC580", "#E0A55F", "#FDAB7B", "#9E3B00"),
                 "beach"     = c("#CDD2CC", "#F2DCC4", "#E6C2A2", "#E5A488",
                                 "#FF8460", "#BCBDB7", "#997457", "#573617"),
                 "waterfall" = c("#91969A", "#6A7473", "#565551", "#383B34",
                                 "#AAE8FF", "#15100C", "#004E5B", "#10AEC9"),
                 "sunset"    = c("#FDA380", "#E17489", "#CF5483", "#FE8BB2",
                                 "#B6CAC1", "#98E2E3", "#57ADBA", "#5F4E3C"))
EmilHvitfeldt/miscpalettes documentation built on Oct. 2, 2020, 2:27 p.m.