CSS code for this palette
/* CSS */
.trumpet {
color: #d0b96c;
}
.ginger-ale {
color: #c9a86e;
}
.fire-dust {
color: #b68f68;
}
.hazelnut {
color: #a76e58;
}
.spiced-red {
color: #8c4c3b;
}
/* CSS Variables */
:root {
--trumpet:#d0b96c;
--ginger-ale:#c9a86e;
--fire-dust:#b68f68;
--hazelnut:#a76e58;
--spiced-red:#8c4c3b;
}