CSS code for this palette
/* CSS */
.treacle {
color: #895b29;
}
.beef-hotpot {
color: #a85f2e;
}
.anzac {
color: #c8903c;
}
.beachwalk {
color: #d1b67a;
}
.beeswax {
color: #e9d7aa;
}
/* CSS Variables */
:root {
--treacle:#895b29;
--beef-hotpot:#a85f2e;
--anzac:#c8903c;
--beachwalk:#d1b67a;
--beeswax:#e9d7aa;
}