Color names in this palette
CSS code for this palette
/* CSS */
.demitasse {
color: #4a3b30;
}
.ancient-pottery {
color: #a67c5e;
}
.pure-beige {
color: #e7d0c5;
}
.green-mile {
color: #4b5a49;
}
.windsor-wine {
color: #5c2e3a;
}
/* CSS Variables */
:root {
--demitasse:#4a3b30;
--ancient-pottery:#a67c5e;
--pure-beige:#e7d0c5;
--green-mile:#4b5a49;
--windsor-wine:#5c2e3a;
}