#' Long color palette (fill)
#'
#' @return Fill with long color palette
#' @export
#'
#'
scale_fill_dubois1 <- function(){
colors1 <- c("#dd374f",
"#efb64c",
"#dbcbb7",
"#9b9a94",
"#a3a5b6",
"#ba9a82",
"#39518a",
"#f1ac01")
scale_fill_manual(values = colors1)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.