Color names in this palette
CSS code for this palette
/* CSS */
.more-maple {
color: #ceab6f;
}
.waffle-cone {
color: #e5c77b;
}
.sienna-yellow {
color: #f3d28c;
}
.venetian-yellow {
color: #f7e1a1;
}
.casino-lights {
color: #f9f5b4;
}
/* CSS Variables */
:root {
--more-maple:#ceab6f;
--waffle-cone:#e5c77b;
--sienna-yellow:#f3d28c;
--venetian-yellow:#f7e1a1;
--casino-lights:#f9f5b4;
}