Color names in this palette
CSS code for this palette
/* CSS */
.dent-corn {
color: #f3b21b;
}
.midsummer-gold {
color: #ebaf37;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.mocha-dandelion {
color: #f0d86a;
}
.australium-gold {
color: #e8b73b;
}
/* CSS Variables */
:root {
--dent-corn:#f3b21b;
--midsummer-gold:#ebaf37;
--solar-plexus-chakra:#f1c84b;
--mocha-dandelion:#f0d86a;
--australium-gold:#e8b73b;
}