Color names in this palette
CSS code for this palette
/* CSS */
.witch-s-cottage {
color: #4b3d2a;
}
.acorn {
color: #805c4d;
}
.soft-fawn {
color: #b59778;
}
.warming-peach {
color: #e6b8a2;
}
.indian-clay {
color: #f2cfc0;
}
/* CSS Variables */
:root {
--witch-s-cottage:#4b3d2a;
--acorn:#805c4d;
--soft-fawn:#b59778;
--warming-peach:#e6b8a2;
--indian-clay:#f2cfc0;
}