Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.radiation-carrot {
color: #ffa142;
}
.carrot {
color: #ff6e42;
}
.once-bitten {
color: #c0360c;
}
.flush-orange {
color: #ff6e00;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--radiation-carrot:#ffa142;
--carrot:#ff6e42;
--once-bitten:#c0360c;
--flush-orange:#ff6e00;
}