# Step One: make a list of color lists
# https://html-color-codes.info/colors-from-image/
saguaro_pal <- list()
saguaro_pal$bloom <-
c("#D5314A",
"#FA7343",
"#F8DF7A",
"#C4AC26",
"#45452B"
)
saguaro_pal$bugs <-
c("#E6CEDC",
"#D25C8C",
"#D8555B",
"#D97543",
"#EDD76A"
)
saguaro_pal$coyote <-
c("#4F3A29",
"#69763E",
"#F0C856",
"#E4D5D2",
"#818AA7"
)
saguaro_pal$gila <-
c("#37333B",
"#CD503C",
"#DA8E9B",
"#67506D",
"#245C8F"
)
saguaro_pal$gopher <-
c("#CCC3C6",
"#F0E4BE",
"#85695E",
"#4D0F10",
"#190D17"
)
saguaro_pal$mariposa <-
c("#201617",
"#4A6B24",
"#E0D1CA",
"#FD8F00",
"#942D0C"
)
saguaro_pal$oriole <-
c("#6A564F",
"#E85D36",
"#FE9D00",
"#366AB3",
"#2B283B"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.