R/color_palette.R

Defines functions npbin_color_palette

Documented in npbin_color_palette

#===============================================================================
# color_palette.R
#===============================================================================

#' A color palette
#'
#' @return a list representing the color palette
#' @export
npbin_color_palette <- function() {
  list(
    orange = "#D55E00",
    blue = "#0072B2",
    pink = "#CC79A7",
    teal = "#009E73",
    gold = "#E69F00",
    lightblue = "#56B4E9",
    yellow = "#F0E442"
  )
}
anthony-aylward/npbin documentation built on Aug. 22, 2019, 8:08 a.m.