Color names in this palette
CSS code for this palette
/* CSS */
.lemon-peel {
color: #ffee80;
}
.solar-plexus-chakra {
color: #f3c949;
}
.dodgeroll-gold {
color: #f39c12;
}
.chaat-masala {
color: #e88126;
}
.christmas-orange {
color: #d76b2d;
}
/* CSS Variables */
:root {
--lemon-peel:#ffee80;
--solar-plexus-chakra:#f3c949;
--dodgeroll-gold:#f39c12;
--chaat-masala:#e88126;
--christmas-orange:#d76b2d;
}