CSS code for this palette
/* CSS */
.beet-red {
color: #7a1f3f;
}
.havana {
color: #3c2a2a;
}
.white {
color: #ffffff;
}
.metallic-gold {
color: #d4af35;
}
.smooth-coffee {
color: #5d4c4c;
}
/* CSS Variables */
:root {
--beet-red:#7a1f3f;
--havana:#3c2a2a;
--white:#ffffff;
--metallic-gold:#d4af35;
--smooth-coffee:#5d4c4c;
}