#' CORI palettes
#'
#' Vectors with hex-color codes that correspond to the color palettes outlined in the CORI Data Visualization Style Guide.
#'
#' @source CORI Data Visualization Style Guide
#' @family cori palettes
#' @rdname cori_palettes
#' @export
cori_primary <- c(
`emerald` = "#00835D",
`bright mint` = "#A3E2B5",
`bright gold` = "#FFE473",
`mid orange` = "#FA804A",
`mid blue` = "#3E80EA",
`mid purple` = "#7658A2",
`cif mid blue` = "#06BCCB"
)
#' @rdname cori_palettes
#' @export
cori_orange <- c(
`rin orange` = "#E74F2A",
`light orange` = "#FECEB8"
)
#' @rdname cori_palettes
#' @export
cori_blue <- c(
`rin blue` = "#244FBF",
`light blue` = "#B3CEF9"
)
#' @rdname cori_palettes
#' @export
cori_purple<- c(
`Rin Purple` = "#48336A",
`Light Purple` = "#CBBEDC"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.