#' Our colours.
#'
#' @format A named vector of colours.
#' \describe{
#' \item{Names}{Colour names}
#' \item{Values}{Hexcodes}
#' }
#' @examples
#' our_colours_raw
"our_colours_raw"
#' Our palettes.
#'
#' @format A list of colour palettes.
#' \describe{
#' \item{Names}{Palette name}
#' \item{Values}{Vector of colour names in this palette. Should match names in \code{our_colours_raw.}}
#' }
#' @examples
#' our_palettes_raw
#' our_colours(our_palettes_raw[['default']])
"our_palettes_raw"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.