Color names in this palette
CSS code for this palette
/* CSS */
.golden-rain-yellow {
color: #ffb657;
}
.sunset-yellow {
color: #ff8b3d;
}
.extreme-carrot {
color: #ff702e;
}
.mod-orange {
color: #d75b3c;
}
.persimmon-red {
color: #a94c4c;
}
/* CSS Variables */
:root {
--golden-rain-yellow:#ffb657;
--sunset-yellow:#ff8b3d;
--extreme-carrot:#ff702e;
--mod-orange:#d75b3c;
--persimmon-red:#a94c4c;
}