Color names in this palette
CSS code for this palette
/* CSS */
.yellow-rumped-warbler {
color: #f2b978;
}
.egyptian-gold {
color: #f1a650;
}
.french-vanilla {
color: #f1e1a7;
}
.her-majesty {
color: #f7a1a5;
}
.flamingo-feather {
color: #f7c0d8;
}
/* CSS Variables */
:root {
--yellow-rumped-warbler:#f2b978;
--egyptian-gold:#f1a650;
--french-vanilla:#f1e1a7;
--her-majesty:#f7a1a5;
--flamingo-feather:#f7c0d8;
}