Color names in this palette
CSS code for this palette
/* CSS */
.poppy-surprise {
color: #ff5833;
}
.laddu-orange {
color: #ff8c1a;
}
.solar-plexus-chakra {
color: #f0c74c;
}
.cyantific {
color: #75c7c0;
}
.night-in-manchester {
color: #4051b5;
}
/* CSS Variables */
:root {
--poppy-surprise:#ff5833;
--laddu-orange:#ff8c1a;
--solar-plexus-chakra:#f0c74c;
--cyantific:#75c7c0;
--night-in-manchester:#4051b5;
}