Color names in this palette
CSS code for this palette
/* CSS */
.friendly-yellow {
color: #f6e2b1;
}
.arts-crafts-gold {
color: #f5c88a;
}
.wiener-schnitzel {
color: #f09c00;
}
.harvest-eve-gold {
color: #d68f00;
}
.cookie-dough {
color: #a86d00;
}
/* CSS Variables */
:root {
--friendly-yellow:#f6e2b1;
--arts-crafts-gold:#f5c88a;
--wiener-schnitzel:#f09c00;
--harvest-eve-gold:#d68f00;
--cookie-dough:#a86d00;
}