Color names in this palette
CSS code for this palette
/* CSS */
.button-eyes {
color: #4e3b31;
}
.rich-walnut {
color: #7c5c4b;
}
.honey-maple {
color: #a86d5d;
}
.western-sunrise {
color: #d9a56d;
}
.straw-hat {
color: #f1d7a7;
}
/* CSS Variables */
:root {
--button-eyes:#4e3b31;
--rich-walnut:#7c5c4b;
--honey-maple:#a86d5d;
--western-sunrise:#d9a56d;
--straw-hat:#f1d7a7;
}