Color names in this palette
CSS code for this palette
/* CSS */
.poppy-surprise {
color: #ff5833;
}
.laddu-orange {
color: #ff8c1a;
}
.casandora-yellow {
color: #ffce5c;
}
.dingy-sticky-note {
color: #e6f7a1;
}
.juzcar-blue {
color: #a1d4f2;
}
/* CSS Variables */
:root {
--poppy-surprise:#ff5833;
--laddu-orange:#ff8c1a;
--casandora-yellow:#ffce5c;
--dingy-sticky-note:#e6f7a1;
--juzcar-blue:#a1d4f2;
}