Color names in this palette
CSS code for this palette
/* CSS */
.lime-rasp {
color: #b2d100;
}
.king-lime {
color: #a8d600;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.royal-flycatcher-crest {
color: #f06c00;
}
.exuberance {
color: #d66000;
}
/* CSS Variables */
:root {
--lime-rasp:#b2d100;
--king-lime:#a8d600;
--solar-plexus-chakra:#f1c84b;
--royal-flycatcher-crest:#f06c00;
--exuberance:#d66000;
}