Color names in this palette
CSS code for this palette
/* CSS */
.cr-me-de-la-cr-me {
color: #f2e7b5;
}
.warm-woolen {
color: #d3b55a;
}
.scarecrow-frown {
color: #a45b2d;
}
.rustica {
color: #8c3a2c;
}
.velvet-outbreak {
color: #691b2c;
}
/* CSS Variables */
:root {
--cr-me-de-la-cr-me:#f2e7b5;
--warm-woolen:#d3b55a;
--scarecrow-frown:#a45b2d;
--rustica:#8c3a2c;
--velvet-outbreak:#691b2c;
}