Color names in this palette
CSS code for this palette
/* CSS */
.banana-yogurt {
color: #f9e9b4;
}
.sundown {
color: #f5c99e;
}
.salmon-slice {
color: #f1a88e;
}
.cumquat-cream {
color: #ef9e7b;
}
.jaffa {
color: #e57a48;
}
/* CSS Variables */
:root {
--banana-yogurt:#f9e9b4;
--sundown:#f5c99e;
--salmon-slice:#f1a88e;
--cumquat-cream:#ef9e7b;
--jaffa:#e57a48;
}