Color names in this palette
CSS code for this palette
/* CSS */
.poppy-surprise {
color: #ff5833;
}
.laddu-orange {
color: #ff8c1a;
}
.egg-yolk-sunrise {
color: #ffd60a;
}
.android-green {
color: #a2c940;
}
.salem {
color: #1e804c;
}
/* CSS Variables */
:root {
--poppy-surprise:#ff5833;
--laddu-orange:#ff8c1a;
--egg-yolk-sunrise:#ffd60a;
--android-green:#a2c940;
--salem:#1e804c;
}