Color names in this palette
CSS code for this palette
/* CSS */
.golden-rain-yellow {
color: #ffb357;
}
.sunset-yellow {
color: #ff8b3d;
}
.extreme-carrot {
color: #ff702e;
}
.tan-red {
color: #ff4b1f;
}
.poppy-red {
color: #e63746;
}
/* CSS Variables */
:root {
--golden-rain-yellow:#ffb357;
--sunset-yellow:#ff8b3d;
--extreme-carrot:#ff702e;
--tan-red:#ff4b1f;
--poppy-red:#e63746;
}