Color names in this palette
CSS code for this palette
/* CSS */
.joyous {
color: #ffecb3;
}
.floral-leaf {
color: #ffb84d;
}
.sun-crete {
color: #ff8c00;
}
.smashing-pumpkins {
color: #ff5724;
}
.nasturtium-flower {
color: #e64919;
}
/* CSS Variables */
:root {
--joyous:#ffecb3;
--floral-leaf:#ffb84d;
--sun-crete:#ff8c00;
--smashing-pumpkins:#ff5724;
--nasturtium-flower:#e64919;
}