Color names in this palette
CSS code for this palette
/* CSS */
.christmas-brown {
color: #5f2c2b;
}
.regal-red {
color: #9b4c4b;
}
.strawberry-wine {
color: #c76b6d;
}
.orange-clay {
color: #e8a27d;
}
.sand-island {
color: #f4d3c3;
}
/* CSS Variables */
:root {
--christmas-brown:#5f2c2b;
--regal-red:#9b4c4b;
--strawberry-wine:#c76b6d;
--orange-clay:#e8a27d;
--sand-island:#f4d3c3;
}