#' Color palette data for Bokeh Colorblind
#'
#' This data contains the hex codes from the Bokeh Colorblind palette:
#' https://bokeh.pydata.org/en/latest/docs/reference/palettes.html
#'
#' @source https://bokeh.pydata.org/en/latest/docs/reference/palettes.html
#' @format A dataframe with 8 rows and 2 columns:
#' \describe{
#' \item{name}{name of the color}
#' \item{value}{hex code for the color}
#' }
#' @examples
#' bokeh_colorblind
"bokeh_colorblind"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.