Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.blazing-bonfire {
color: #ff9c38;
}
.precious-persimmon {
color: #ff7142;
}
.dusk-orange {
color: #ff4d3d;
}
.boiling-magma {
color: #ff2f00;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--blazing-bonfire:#ff9c38;
--precious-persimmon:#ff7142;
--dusk-orange:#ff4d3d;
--boiling-magma:#ff2f00;
}