Color names in this palette
CSS code for this palette
/* CSS */
.witch-s-cottage {
color: #4c3d29;
}
.ash-gold {
color: #8c6f54;
}
.wonton-dumpling {
color: #d0a66c;
}
.woven-raffia {
color: #f0e1c1;
}
.bright-moon {
color: #f6f1e4;
}
/* CSS Variables */
:root {
--witch-s-cottage:#4c3d29;
--ash-gold:#8c6f54;
--wonton-dumpling:#d0a66c;
--woven-raffia:#f0e1c1;
--bright-moon:#f6f1e4;
}