Color names in this palette
CSS code for this palette
/* CSS */
.golden-rain-yellow {
color: #ffb657;
}
.blazing-bonfire {
color: #ff9f38;
}
.monarch-wing {
color: #ff8e24;
}
.flush-orange {
color: #ff6e00;
}
.spanish-orange {
color: #e65c00;
}
/* CSS Variables */
:root {
--golden-rain-yellow:#ffb657;
--blazing-bonfire:#ff9f38;
--monarch-wing:#ff8e24;
--flush-orange:#ff6e00;
--spanish-orange:#e65c00;
}