Color names in this palette
CSS code for this palette
/* CSS */
.witch-s-cottage {
color: #4b3c2a;
}
.coffee-house {
color: #6d5d4f;
}
.chinchilla {
color: #9c8f7c;
}
.sand-trail {
color: #d1c6a3;
}
.bonaire {
color: #e5e3d7;
}
/* CSS Variables */
:root {
--witch-s-cottage:#4b3c2a;
--coffee-house:#6d5d4f;
--chinchilla:#9c8f7c;
--sand-trail:#d1c6a3;
--bonaire:#e5e3d7;
}