Color names in this palette
CSS code for this palette
/* CSS */
.country-linens {
color: #d6c2a8;
}
.earthy-ocher {
color: #b89c7a;
}
.treasured {
color: #9d7943;
}
.west-coast {
color: #5c4d2d;
}
.couch {
color: #4e2a1d;
}
/* CSS Variables */
:root {
--country-linens:#d6c2a8;
--earthy-ocher:#b89c7a;
--treasured:#9d7943;
--west-coast:#5c4d2d;
--couch:#4e2a1d;
}