Color names in this palette
CSS code for this palette
/* CSS */
.button-eyes {
color: #4e3b31;
}
.wooded-acre {
color: #b89b7f;
}
.cane-sugar {
color: #e2b983;
}
.alyssa {
color: #f4e2d7;
}
.alden-till {
color: #784a4a;
}
/* CSS Variables */
:root {
--button-eyes:#4e3b31;
--wooded-acre:#b89b7f;
--cane-sugar:#e2b983;
--alyssa:#f4e2d7;
--alden-till:#784a4a;
}