Color names in this palette
CSS code for this palette
/* CSS */
.poppy-surprise {
color: #ff5833;
}
.laddu-orange {
color: #ff8c1a;
}
.citrus-splash {
color: #ffc300;
}
.kuchinashi-yellow {
color: #ffdb4d;
}
.middle-yellow {
color: #ffea00;
}
/* CSS Variables */
:root {
--poppy-surprise:#ff5833;
--laddu-orange:#ff8c1a;
--citrus-splash:#ffc300;
--kuchinashi-yellow:#ffdb4d;
--middle-yellow:#ffea00;
}