Color names in this palette
CSS code for this palette
/* CSS */
.witch-s-cottage {
color: #4b3c2a;
}
.hair-brown {
color: #8c795a;
}
.welcome-walkway {
color: #d2c7a7;
}
.butter-cookie {
color: #f0e6b2;
}
.bussell-lace {
color: #e5a59e;
}
/* CSS Variables */
:root {
--witch-s-cottage:#4b3c2a;
--hair-brown:#8c795a;
--welcome-walkway:#d2c7a7;
--butter-cookie:#f0e6b2;
--bussell-lace:#e5a59e;
}