Color names in this palette
CSS code for this palette
/* CSS */
.country-linens {
color: #d6c2a8;
}
.ancient-pottery {
color: #a67c5e;
}
.burned-brown {
color: #6f4c3e;
}
.brown-beauty {
color: #4b3a30;
}
.gold-black {
color: #2c2221;
}
/* CSS Variables */
:root {
--country-linens:#d6c2a8;
--ancient-pottery:#a67c5e;
--burned-brown:#6f4c3e;
--brown-beauty:#4b3a30;
--gold-black:#2c2221;
}