CSS code for this palette
/* CSS */
.treacle {
color: #895b29;
}
.beef-hotpot {
color: #a85f2e;
}
.golden-bell {
color: #c87d37;
}
.tan {
color: #d5b26d;
}
.jasper-cane {
color: #e8c8a1;
}
/* CSS Variables */
:root {
--treacle:#895b29;
--beef-hotpot:#a85f2e;
--golden-bell:#c87d37;
--tan:#d5b26d;
--jasper-cane:#e8c8a1;
}