#' Complete list of palettes
#' @export
dresden_palettes <- list(
stormfront = rbind(c("#F3CB66", "#cb9060", "#D5B09A", "#a59587", "#544142", "#030504"), c(1:6)),
foolmoon = rbind(c("#532026", "#BA141E", "#E2E3E7", "#61829C", "#354C6A", "#050505"), c(1:6)),
graveperil = rbind(c("#C7341E", "#EC9C3E", "#DDD2B5", "#B9AA7F", "#936E4C", "#40382E"), c(1:6)),
summerknight = rbind(c("#AC5A42", "#865C1E", "#BCAF49", "#746D28", "#3E3C19", "#191C0C"), c(1:6)),
deathmasks = rbind(c("#926159", "#87876E", "#C7D2D8", "#62B7C8", "#43535C", "#23313C"), c(1:6)),
bloodrites = rbind(c("#875E3B", "#E37F3E", "#B3C6AD", "#5E6748", "#384630", "#0D120B"), c(1:6)),
deadbeat = rbind(c("#818470", "#D1BED8", "#B9C9D8", "#5E7EAC", "#876B4D", "#131A24"), c(1:6)),
provenguilty = rbind(c("#AD3D27", "#D1E5C6", "#BCD384", "#4F9D4E", "#255025", "#0E130F"), c(1:6)),
whitenight = rbind(c("#847675", "#BA857C", "#F9F9F9", "#CBCCD1", "#5D758A", "#2E2E30"), c(1:6)),
smallfavor = rbind(c("#A94120", "#E6B12B", "#FED89F", "#8E6036", "#532612", "#060405"), c(1:6)),
turncoat = rbind(c("#651F10", "#A86249", "#B19D6F", "#888D60", "#6A412A", "#2F1E0F"), c(1:6)),
changes = rbind(c("#560B06", "#D54A1E", "#C38636", "#F6E090", "#503F23", "#1B1202"), c(1:6)),
ghoststory = rbind(c("#33645F", "#9D1B1F", "#CEA0B5", "#F6F5F1", "#7B7987", "#1D2731"), c(1:6)),
colddays = rbind(c("#8A8CA4", "#D3EEF9", "#A0FFFE", "#70B7E1", "#5074A5", "#BFBBA1"), c(1:6)),
skingame = rbind(c("#3E321A", "#643613", "#D35127", "#EB974E", "#FAEAAD", "#AFBBDF"), c(1:6)),
sidejobs = rbind(c("#DBD8C3", "#C1714D", "#F1B161", "#A9823B", "#4B4118", "#2F2111"), c(1:6)),
briefcases = rbind(c("#C2697F", "#FDDFA4", "#B4B9E0", "#513965", "#201B43", "#2C3778"), c(1:6)),
paired = c("#9e4058", "#C2697F", "#d0641e", "#e68e54","#f9ab0e", "#fbc559","#589e40",
"#7fc269", "#2C3778", "#4151b0", "#513965", "#785596")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.