Color names in this palette
CSS code for this palette
/* CSS */
.golden-rain-yellow {
color: #ffb657;
}
.blazing-bonfire {
color: #ff9f38;
}
.orange-you-happy {
color: #ff801f;
}
.fresh-gingerbread {
color: #d66b1f;
}
.falling-leaves {
color: #a65b3a;
}
/* CSS Variables */
:root {
--golden-rain-yellow:#ffb657;
--blazing-bonfire:#ff9f38;
--orange-you-happy:#ff801f;
--fresh-gingerbread:#d66b1f;
--falling-leaves:#a65b3a;
}