The goal of bojackpalette is to provide clean and coordinated color palettes inspired by characters and scenes from Bojack Horseman.
You can install the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("mwhalen18/bojackpalette")
Some palettes are generated from various stills from the show.
There are currently 11 total palettes to choose from.
library(bojackpalette)
names(bojack_palettes)
#> [1] "Bojack" "Todd" "Diane"
#> [4] "MrPeanutButter" "PrincessCarolyn" "Hollyhock"
#> [7] "SarahLynn" "HorsinAroundBojack" "ViewFromHalfwayDown"
#> [10] "EscapeFromLa" "HollywooStars"
You can create a palette using the following command:
palette = bojack_palette("Bojack")
You can also specify a specific number of colors from the palette.
bojack_palette("SarahLynn", 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.