Color names in this palette
CSS code for this palette
/* CSS */
.witch-s-cottage {
color: #4b3c2a;
}
.warrior {
color: #7b6b5b;
}
.puddle {
color: #c8b59d;
}
.afterglow {
color: #f2e4c4;
}
.cookie-crust {
color: #e2b05a;
}
/* CSS Variables */
:root {
--witch-s-cottage:#4b3c2a;
--warrior:#7b6b5b;
--puddle:#c8b59d;
--afterglow:#f2e4c4;
--cookie-crust:#e2b05a;
}