Color names in this palette
CSS code for this palette
/* CSS */
.banana-yogurt {
color: #f9e8b4;
}
.antique-wicker-basket {
color: #f6d4a2;
}
.arts-crafts-gold {
color: #f4c38a;
}
.earth-yellow {
color: #e0a55c;
}
.sweet-potato {
color: #d67d3d;
}
/* CSS Variables */
:root {
--banana-yogurt:#f9e8b4;
--antique-wicker-basket:#f6d4a2;
--arts-crafts-gold:#f4c38a;
--earth-yellow:#e0a55c;
--sweet-potato:#d67d3d;
}