Color names in this palette
CSS code for this palette
/* CSS */
.golden-rain-yellow {
color: #ffb657;
}
.sunset-yellow {
color: #ff8b3d;
}
.burning-orange {
color: #ff6d29;
}
.flare-gun {
color: #ff471a;
}
.red-october {
color: #ff2b0f;
}
/* CSS Variables */
:root {
--golden-rain-yellow:#ffb657;
--sunset-yellow:#ff8b3d;
--burning-orange:#ff6d29;
--flare-gun:#ff471a;
--red-october:#ff2b0f;
}