Color names in this palette
CSS code for this palette
/* CSS */
.button-eyes {
color: #4e3b31;
}
.wild-west {
color: #7c5d50;
}
.cocoa-nutmeg {
color: #a97f70;
}
.labyrinth-walk {
color: #c8a388;
}
.ice-cream-cone {
color: #e3cfc0;
}
/* CSS Variables */
:root {
--button-eyes:#4e3b31;
--wild-west:#7c5d50;
--cocoa-nutmeg:#a97f70;
--labyrinth-walk:#c8a388;
--ice-cream-cone:#e3cfc0;
}