Color names in this palette
CSS code for this palette
/* CSS */
.witch-s-cottage {
color: #4b3c2a;
}
.cara-be {
color: #7a5d4d;
}
.butcher-paper {
color: #b59a82;
}
.warming-peach {
color: #e3b8a1;
}
.indian-clay {
color: #f3cebf;
}
/* CSS Variables */
:root {
--witch-s-cottage:#4b3c2a;
--cara-be:#7a5d4d;
--butcher-paper:#b59a82;
--warming-peach:#e3b8a1;
--indian-clay:#f3cebf;
}