CSS code for this palette
/* CSS */
.beef-hotpot {
color: #a85f2e;
}
.serape {
color: #d68a4c;
}
.olden-amber {
color: #f1b66a;
}
.margarine {
color: #f4da2f;
}
.limestoned {
color: #a9caa0;
}
/* CSS Variables */
:root {
--beef-hotpot:#a85f2e;
--serape:#d68a4c;
--olden-amber:#f1b66a;
--margarine:#f4da2f;
--limestoned:#a9caa0;
}