Color names in this palette
CSS code for this palette
/* CSS */
.metallic-gold {
color: #d4af35;
}
.antique-gold {
color: #b6a35d;
}
.renwick-heather {
color: #8d7c7e;
}
.pure-mauve {
color: #6a4c94;
}
.her-highness {
color: #3f2a6a;
}
/* CSS Variables */
:root {
--metallic-gold:#d4af35;
--antique-gold:#b6a35d;
--renwick-heather:#8d7c7e;
--pure-mauve:#6a4c94;
--her-highness:#3f2a6a;
}