Color names in this palette
CSS code for this palette
/* CSS */
.curds-whey {
color: #b79b76;
}
.country-linens {
color: #d6c2a8;
}
.pale-chamois {
color: #efe4d7;
}
.ancient-pottery {
color: #a67c5e;
}
.copper-mine {
color: #b07a4a;
}
/* CSS Variables */
:root {
--curds-whey:#b79b76;
--country-linens:#d6c2a8;
--pale-chamois:#efe4d7;
--ancient-pottery:#a67c5e;
--copper-mine:#b07a4a;
}