#' Fivethirtyeight theme colors
#'
#' Creates a named character vector of Fivethirtyeight's colors
#'
#' @return None
#'
#' @examples
#' pal538()
#'
#' @export
pal538 <- c(dkgray = "#3C3C3C", medgray = "#D2D2D2", ltgray = "#F0F0F0", red = "#FF2700", blue = "#008FD5", green = "#77AB43")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.