Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.sun-crete {
color: #ff8c00;
}
.smashing-pumpkins {
color: #ff5724;
}
.akabeni {
color: #c72929;
}
.wild-violet {
color: #681b98;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--sun-crete:#ff8c00;
--smashing-pumpkins:#ff5724;
--akabeni:#c72929;
--wild-violet:#681b98;
}