Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.vitamin-c {
color: #ff9900;
}
.smashing-pumpkins {
color: #ff5724;
}
.khmer-curry {
color: #ef5552;
}
.akuma {
color: #d33131;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--vitamin-c:#ff9900;
--smashing-pumpkins:#ff5724;
--khmer-curry:#ef5552;
--akuma:#d33131;
}