Color names in this palette
CSS code for this palette
/* CSS */
.button-eyes {
color: #4e3b31;
}
.sequoia-dusk {
color: #7a5a52;
}
.lite-cocoa {
color: #b79a8a;
}
.wild-rice {
color: #d5c0b3;
}
.orange-confection {
color: #f5e2d1;
}
/* CSS Variables */
:root {
--button-eyes:#4e3b31;
--sequoia-dusk:#7a5a52;
--lite-cocoa:#b79a8a;
--wild-rice:#d5c0b3;
--orange-confection:#f5e2d1;
}