Color names in this palette
CSS code for this palette
/* CSS */
.witch-s-cottage {
color: #4c3b2a;
}
.rich-walnut {
color: #7c5d4b;
}
.olive-chutney {
color: #a79a7b;
}
.distant-valley {
color: #c2b799;
}
.eggshell-paper {
color: #e2bfa2;
}
/* CSS Variables */
:root {
--witch-s-cottage:#4c3b2a;
--rich-walnut:#7c5d4b;
--olive-chutney:#a79a7b;
--distant-valley:#c2b799;
--eggshell-paper:#e2bfa2;
}