Color names in this palette
CSS code for this palette
/* CSS */
.english-walnut {
color: #3e2923;
}
.nutmeg {
color: #7d4b3b;
}
.hacienda-tile {
color: #b86f61;
}
.white-acorn {
color: #daa98b;
}
.touching-white {
color: #f4e1d7;
}
/* CSS Variables */
:root {
--english-walnut:#3e2923;
--nutmeg:#7d4b3b;
--hacienda-tile:#b86f61;
--white-acorn:#daa98b;
--touching-white:#f4e1d7;
}