Color names in this palette
CSS code for this palette
/* CSS */
.country-linens {
color: #d6c2a8;
}
.wooded-acre {
color: #b49a7e;
}
.wild-cattail {
color: #8e6a5d;
}
.smooth-coffee {
color: #5d4c4c;
}
.havana {
color: #3b2b2b;
}
/* CSS Variables */
:root {
--country-linens:#d6c2a8;
--wooded-acre:#b49a7e;
--wild-cattail:#8e6a5d;
--smooth-coffee:#5d4c4c;
--havana:#3b2b2b;
}