CSS code for this palette
/* CSS */
.amber-autumn {
color: #c69c6c;
}
.treacle {
color: #895b29;
}
.sun-dust {
color: #f5e0a3;
}
.lionhead {
color: #d3b50d;
}
.coffee {
color: #6d4f37;
}
/* CSS Variables */
:root {
--amber-autumn:#c69c6c;
--treacle:#895b29;
--sun-dust:#f5e0a3;
--lionhead:#d3b50d;
--coffee:#6d4f37;
}