Color names in this palette
CSS code for this palette
/* CSS */
.witch-s-cottage {
color: #4b3c2a;
}
.sleeping-giant {
color: #796a5d;
}
.the-blarney-stone {
color: #a89f8a;
}
.wagon-wheel {
color: #c1b79f;
}
.enjoy {
color: #e8d3c4;
}
/* CSS Variables */
:root {
--witch-s-cottage:#4b3c2a;
--sleeping-giant:#796a5d;
--the-blarney-stone:#a89f8a;
--wagon-wheel:#c1b79f;
--enjoy:#e8d3c4;
}