CSS code for this palette
/* CSS */
.beech-nut {
color: #d6b49a;
}
.ginger-ale {
color: #c6a86c;
}
.mustard-gold {
color: #a78b49;
}
.siam-gold {
color: #8a6e3d;
}
.breen {
color: #7d5c31;
}
/* CSS Variables */
:root {
--beech-nut:#d6b49a;
--ginger-ale:#c6a86c;
--mustard-gold:#a78b49;
--siam-gold:#8a6e3d;
--breen:#7d5c31;
}