Color names in this palette
CSS code for this palette
/* CSS */
.hacienda-tile {
color: #b76c66;
}
.sunstone {
color: #c58b7d;
}
.white-acorn {
color: #daa78b;
}
.biscuit-beige {
color: #e9bfa5;
}
.demure-pink {
color: #f6d2c6;
}
/* CSS Variables */
:root {
--hacienda-tile:#b76c66;
--sunstone:#c58b7d;
--white-acorn:#daa78b;
--biscuit-beige:#e9bfa5;
--demure-pink:#f6d2c6;
}