Color names in this palette
CSS code for this palette
/* CSS */
.button-eyes {
color: #4e3b31;
}
.rich-walnut {
color: #7c5d4b;
}
.rum-spice {
color: #a77a6c;
}
.wonton-dumpling {
color: #d0a36c;
}
.manila {
color: #e7caa7;
}
/* CSS Variables */
:root {
--button-eyes:#4e3b31;
--rich-walnut:#7c5d4b;
--rum-spice:#a77a6c;
--wonton-dumpling:#d0a36c;
--manila:#e7caa7;
}