Color names in this palette
CSS code for this palette
/* CSS */
.ogen-melon {
color: #d7b033;
}
.waffle-cone {
color: #e5c77b;
}
.sparkling-champagne {
color: #f0d099;
}
.lazy-daisy {
color: #f6e8a2;
}
.bullet-hell {
color: #f9f3c8;
}
/* CSS Variables */
:root {
--ogen-melon:#d7b033;
--waffle-cone:#e5c77b;
--sparkling-champagne:#f0d099;
--lazy-daisy:#f6e8a2;
--bullet-hell:#f9f3c8;
}