Color names in this palette
CSS code for this palette
/* CSS */
.button-eyes {
color: #4e3b31;
}
.red-wattle-hog {
color: #79594e;
}
.warm-cognac {
color: #a87c6b;
}
.muntok-white-pepper {
color: #d4a16e;
}
.ginger-spice {
color: #b95d46;
}
/* CSS Variables */
:root {
--button-eyes:#4e3b31;
--red-wattle-hog:#79594e;
--warm-cognac:#a87c6b;
--muntok-white-pepper:#d4a16e;
--ginger-spice:#b95d46;
}