Color names in this palette
CSS code for this palette
/* CSS */
.golden-rain-yellow {
color: #ffb657;
}
.ginger-milk {
color: #f5a651;
}
.toucan {
color: #f4964e;
}
.mandarin-orange {
color: #f16c3b;
}
.sohi-red {
color: #e25d3c;
}
/* CSS Variables */
:root {
--golden-rain-yellow:#ffb657;
--ginger-milk:#f5a651;
--toucan:#f4964e;
--mandarin-orange:#f16c3b;
--sohi-red:#e25d3c;
}