Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.koji-orange {
color: #f6af4c;
}
.24-carrot {
color: #e76e1d;
}
.sour-cherry {
color: #e04c38;
}
.windsor-wine {
color: #5c2d3c;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--koji-orange:#f6af4c;
--24-carrot:#e76e1d;
--sour-cherry:#e04c38;
--windsor-wine:#5c2d3c;
}