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