Color names in this palette
CSS code for this palette
/* CSS */
.windsor-wine {
color: #5c2d3b;
}
.cosmetic-red {
color: #a65e7b;
}
.sweet-60 {
color: #f2a1ae;
}
.ginger-peach {
color: #f8d3a0;
}
.solar-power {
color: #f3b539;
}
/* CSS Variables */
:root {
--windsor-wine:#5c2d3b;
--cosmetic-red:#a65e7b;
--sweet-60:#f2a1ae;
--ginger-peach:#f8d3a0;
--solar-power:#f3b539;
}