# color palettes
obi_palettes <- list(
oranges = c(
"#ff5b00",
"#ff782e",
"#ffb288",
"#ffbc97",
"#ffcfb4"
),
greys = c(
"#4e4e4e",
"#646464",
"#797979",
"#919191",
"#9d9d9d",
"#a9a9a9",
"#b5b5b5"
),
obi_autumn = c(
"#ff5b00",
"#ece4b7",
"#d9dd92",
"#eabe7c",
"#7b9e89",
"#d95d39",
"#f18805",
"#f0a202"
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.