CSS code for this palette
/* CSS */
.metallic-gold {
color: #d4af35;
}
.ecru {
color: #c0b082;
}
.gold-dust {
color: #a37e3e;
}
.vine-leaf-green {
color: #705c29;
}
.madras {
color: #4c3e24;
}
/* CSS Variables */
:root {
--metallic-gold:#d4af35;
--ecru:#c0b082;
--gold-dust:#a37e3e;
--vine-leaf-green:#705c29;
--madras:#4c3e24;
}