spectral.pal <- colorRampPalette(RColorBrewer::brewer.pal(11, "Spectral"))(11)
pal = rev( spectral.pal )
seis <- colorRampPalette(c("darkblue","blue3", "green", "yellow", "orange","red3", "darkred"), space = "Lab")
ocean.pal <- colorRampPalette(c("#000000", "#000413", "#000728", "#002650", "#005E8C",
"#0096C8", "#45BCBB", "#8AE2AE", "#BCF8B9", "#DBFBDC"))
land.pal <- colorRampPalette(c("#467832", "#887438", "#B19D48", "#DBC758", "#FAE769",
"#FAEB7E", "#FCED93", "#FCF1A7", "#FCF6C1", "#FDFAE0"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.