Color names in this palette
CSS code for this palette
/* CSS */
.poppy-surprise {
color: #ff5833;
}
.laddu-orange {
color: #ff8c1a;
}
.buddha-s-love-handles {
color: #ffbb33;
}
.soviet-gold {
color: #ffd900;
}
.hollandaise {
color: #ffec3d;
}
/* CSS Variables */
:root {
--poppy-surprise:#ff5833;
--laddu-orange:#ff8c1a;
--buddha-s-love-handles:#ffbb33;
--soviet-gold:#ffd900;
--hollandaise:#ffec3d;
}