Color names in this palette
CSS code for this palette
/* CSS */
.venetian-yellow {
color: #f8e3a0;
}
.butter-cream {
color: #f1b341;
}
.turmeric-tea {
color: #d68b29;
}
.peanut-butter-jelly {
color: #c94b2c;
}
.polished-apple {
color: #8c2b2b;
}
/* CSS Variables */
:root {
--venetian-yellow:#f8e3a0;
--butter-cream:#f1b341;
--turmeric-tea:#d68b29;
--peanut-butter-jelly:#c94b2c;
--polished-apple:#8c2b2b;
}