Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.sun-orange {
color: #f47b1f;
}
.flush-orange {
color: #ff6e00;
}
.tail-lights {
color: #d54215;
}
.once-bitten {
color: #c0360c;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--sun-orange:#f47b1f;
--flush-orange:#ff6e00;
--tail-lights:#d54215;
--once-bitten:#c0360c;
}