Color names in this palette
CSS code for this palette
/* CSS */
.poppy-surprise {
color: #ff5833;
}
.laddu-orange {
color: #ff8c1a;
}
.sunglow {
color: #ffce2e;
}
.lime-lizard {
color: #a3d55d;
}
.green-ribbon {
color: #1f8e3d;
}
/* CSS Variables */
:root {
--poppy-surprise:#ff5833;
--laddu-orange:#ff8c1a;
--sunglow:#ffce2e;
--lime-lizard:#a3d55d;
--green-ribbon:#1f8e3d;
}