#' Tanager-Inspired Color Palettes
#'
#' A collection of color palettes inspired by the plumage of tanagers
#'
#' All images from https://www.macaulaylibrary.org/
#' For each species, the catalog number in the Macaulay Library is provided
#'
#' @examples
#' names(tanagr_palettes)
#'
#' @export
tanagr_palettes = list(
## Bangsia edwardsi: ML105242121
bangsia_edwardsi = c(
"#47537D",
"#F6C81B",
"#384726",
"#22394B",
"#C66A15"),
## Buthraupis montana: ML119160981
buthraupis_montana = c(
"#E53A33",
"#162A6F",
"#5B6799",
"#F6DA0D",
"#050608"),
## Chlorochrysa nitidissima: ML147550291
chlorochrysa_nitidissima = c(
"#D4940E",
"#8B5B06",
"#0C0C0C",
"#004D6B",
"#015718",
"#F1ED7F"),
## Chlorornis_riefferii: ML61615651
chlorornis_riefferii = c(
"#46A43F",
"#A73601",
"#E33305"),
## Chrysothlypis salmoni: ML69813881
chrysothlypis_salmoni = c(
"#C32029",
"#DDD6DC",
"#371200"),
## Cyanerpes cyaneus: ML 133295541
cyanerpes_cyaneus = c(
"#ADFDFE",
"#EA456D",
"#4647DF",
"#010E1E"),
## Dacnis berlepschi: ML87354401
dacnis_berlepschi = c(
"#111822",
"#236AA0",
"#BD6400",
"#970301",
"#F3EB1C"),
## Diglossa gloriosissima: ML96454781
diglossa_gloriosissima = c(
"#C46C1B",
"#A1C8E4",
"#353C46",
"#322C2B"),
## Iridosornis jelskii: ML77351401
iridosornis_jelskii = c(
"#D5AD1A",
"#754B3B",
"#3D51AA",
"#48587A",
"#121318"),
## Ramphocelus sanguinolentus: ML123956371
ramphocelus_sanguinolentus =c(
"#D6292F",
"#0F1927",
"#EEF3FC",
"#AEC7E0",
"#3A170E"),
## Stephanophorus diadematus: ML176952861
stephanophorus_diadematus = c(
"#FEFEFC",
"#111113",
"#537AD9",
"#242D58",
"#B0342C"),
## Stilpnia preciosa: ML102753671
stilpnia_preciosa = c(
"#F6AD4F",
"#A45336",
"#E6E8DB",
"#6CB9A9",
"#49A5D6",
"#000A1A"),
## Tangara chilensis: ML32334281
tangara_chilensis = c(
"#E93924",
"#020104",
"#4BD0F1",
"#2A4F9F",
"#ACD000"),
## Tangara parzudakii: ML68583061
tangara_parzudakii = c(
"#FC9D0D",
"#282536",
"#DCF9F7",
"#51280C",
"#C4E1FF",
"#EADA2D"),
## Tangara seledon: ML100525451
tangara_seledon = c(
"#F5EF1D",
"#73DBDA",
"#302F35",
"#345896",
"#4D820C"),
## Tangara velia: ML127986001
tangara_velia = c(
"#003BB4",
"#0E0D1B",
"#E5CDB1",
"#2B7485",
"#643404")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.