Color names in this palette
CSS code for this palette
/* CSS */
.metallic-gold {
color: #d4af35;
}
.overjoy {
color: #f0c35c;
}
.hawaiian-cream {
color: #f9e9b9;
}
.goldie {
color: #c89e3c;
}
.aubergine-green {
color: #8e7a29;
}
/* CSS Variables */
:root {
--metallic-gold:#d4af35;
--overjoy:#f0c35c;
--hawaiian-cream:#f9e9b9;
--goldie:#c89e3c;
--aubergine-green:#8e7a29;
}