Color names in this palette
CSS code for this palette
/* CSS */
.metallic-gold {
color: #d4af35;
}
.bell-heather {
color: #a673b0;
}
.blue-beads {
color: #59809b;
}
.snap-shot {
color: #2b3d50;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--metallic-gold:#d4af35;
--bell-heather:#a673b0;
--blue-beads:#59809b;
--snap-shot:#2b3d50;
--dodgeroll-gold:#f39c12;
}