Color names in this palette
CSS code for this palette
/* CSS */
.new-wheat {
color: #d6b16b;
}
.barley-corn {
color: #b6905d;
}
.star-anise-scent {
color: #a87a4d;
}
.mayan-ruins {
color: #7d6b4f;
}
.tannery-brown {
color: #5b4a3e;
}
/* CSS Variables */
:root {
--new-wheat:#d6b16b;
--barley-corn:#b6905d;
--star-anise-scent:#a87a4d;
--mayan-ruins:#7d6b4f;
--tannery-brown:#5b4a3e;
}