Color names in this palette
CSS code for this palette
/* CSS */
.sun-orange {
color: #f47b1f;
}
.floral-leaf {
color: #ffb84d;
}
.peach-of-mind {
color: #ffe0b3;
}
.carrot {
color: #ff6e42;
}
.once-bitten {
color: #c0360c;
}
/* CSS Variables */
:root {
--sun-orange:#f47b1f;
--floral-leaf:#ffb84d;
--peach-of-mind:#ffe0b3;
--carrot:#ff6e42;
--once-bitten:#c0360c;
}