Color names in this palette
CSS code for this palette
/* CSS */
.immaculate-iguana {
color: #a9c700;
}
.chartreuse-shot {
color: #d3d600;
}
.banana-clan {
color: #f0e000;
}
.sunflower-mango {
color: #ffb700;
}
.flush-orange {
color: #ff6e00;
}
/* CSS Variables */
:root {
--immaculate-iguana:#a9c700;
--chartreuse-shot:#d3d600;
--banana-clan:#f0e000;
--sunflower-mango:#ffb700;
--flush-orange:#ff6e00;
}