Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.sunset-yellow {
color: #ff8b3d;
}
.shocking-orange {
color: #ff6d1f;
}
.nasturtium-flower {
color: #e64919;
}
.once-bitten {
color: #c0360c;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--sunset-yellow:#ff8b3d;
--shocking-orange:#ff6d1f;
--nasturtium-flower:#e64919;
--once-bitten:#c0360c;
}