Color names in this palette
CSS code for this palette
/* CSS */
.witch-s-cottage {
color: #4b3d2a;
}
.cummings-oak {
color: #6b5b47;
}
.shadow-woods {
color: #8b7b5b;
}
.desert-locust {
color: #a8a24d;
}
.citron {
color: #d2c85b;
}
/* CSS Variables */
:root {
--witch-s-cottage:#4b3d2a;
--cummings-oak:#6b5b47;
--shadow-woods:#8b7b5b;
--desert-locust:#a8a24d;
--citron:#d2c85b;
}