Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.vitamin-c {
color: #ff9900;
}
.smashing-pumpkins {
color: #ff5724;
}
.nasturtium-flower {
color: #e64919;
}
.crisp-christmas-cranberries {
color: #a40e0e;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--vitamin-c:#ff9900;
--smashing-pumpkins:#ff5724;
--nasturtium-flower:#e64919;
--crisp-christmas-cranberries:#a40e0e;
}