Color names in this palette
CSS code for this palette
/* CSS */
.butter-cream {
color: #f1b341;
}
.optimist-gold {
color: #e8b04f;
}
.sugar-honey-cashew {
color: #dca965;
}
.tropical-light {
color: #a2d56c;
}
.hot-orange {
color: #f38a39;
}
/* CSS Variables */
:root {
--butter-cream:#f1b341;
--optimist-gold:#e8b04f;
--sugar-honey-cashew:#dca965;
--tropical-light:#a2d56c;
--hot-orange:#f38a39;
}