Color names in this palette
CSS code for this palette
/* CSS */
.star-studded {
color: #f9ebae;
}
.milky-maize {
color: #f6d9a2;
}
.arts-crafts-gold {
color: #f4c38a;
}
.exciting-orange {
color: #f2b178;
}
.faded-orange {
color: #f29050;
}
/* CSS Variables */
:root {
--star-studded:#f9ebae;
--milky-maize:#f6d9a2;
--arts-crafts-gold:#f4c38a;
--exciting-orange:#f2b178;
--faded-orange:#f29050;
}