Color names in this palette
CSS code for this palette
/* CSS */
.witch-s-cottage {
color: #4d3a28;
}
.guitar {
color: #6a4b39;
}
.beaver-fur {
color: #9b7a69;
}
.soba {
color: #d1b59e;
}
.dessert-cream {
color: #f5e4d1;
}
/* CSS Variables */
:root {
--witch-s-cottage:#4d3a28;
--guitar:#6a4b39;
--beaver-fur:#9b7a69;
--soba:#d1b59e;
--dessert-cream:#f5e4d1;
}