Color names in this palette
CSS code for this palette
/* CSS */
.willow-flower-yellow {
color: #f2d29c;
}
.mr-mustard {
color: #e4b858;
}
.cremini {
color: #d0a03e;
}
.mineral-umber {
color: #b68c2f;
}
.stage-gold {
color: #a16e26;
}
/* CSS Variables */
:root {
--willow-flower-yellow:#f2d29c;
--mr-mustard:#e4b858;
--cremini:#d0a03e;
--mineral-umber:#b68c2f;
--stage-gold:#a16e26;
}