Color names in this palette
CSS code for this palette
/* CSS */
.witch-s-cottage {
color: #4b3c25;
}
.mississippi-mud {
color: #9b8a6f;
}
.garden-country {
color: #d6c6a8;
}
.canvas-cloth {
color: #e6dfd1;
}
.luster-white {
color: #f4f1ec;
}
/* CSS Variables */
:root {
--witch-s-cottage:#4b3c25;
--mississippi-mud:#9b8a6f;
--garden-country:#d6c6a8;
--canvas-cloth:#e6dfd1;
--luster-white:#f4f1ec;
}