Color names in this palette
CSS code for this palette
/* CSS */
.poppy-surprise {
color: #ff5833;
}
.laddu-orange {
color: #ff8c1a;
}
.usc-gold {
color: #ffcc00;
}
.spoiled-egg {
color: #e0ff33;
}
.venomous-green {
color: #69ff33;
}
/* CSS Variables */
:root {
--poppy-surprise:#ff5833;
--laddu-orange:#ff8c1a;
--usc-gold:#ffcc00;
--spoiled-egg:#e0ff33;
--venomous-green:#69ff33;
}