Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.radiation-carrot {
color: #ffa142;
}
.precious-persimmon {
color: #ff7142;
}
.coquelicot {
color: #ff3c00;
}
.once-bitten {
color: #c0360c;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--radiation-carrot:#ffa142;
--precious-persimmon:#ff7142;
--coquelicot:#ff3c00;
--once-bitten:#c0360c;
}