Delicious colors to decorate your graphics.
devtools::install_github("StefanVriend/yummm")
library(yummm)
Each food is associated with a 10-color palette. Visualize them using
yummm_palette.
yummm_palette(food = "banana")

Once you have picked your favorite food and shade of color, select them
using yummm.
yummm(food = "banana", shade = "05")
#> [1] "#F7DD41"
To finally use them in your graphics:
# Do not run
library(ggplot2)
ggplot(bpw, aes(x=n)) +
geom_histogram(binwidth=1, fill=yummm("banana", "05"), colour="gray70")

Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.