Color names in this palette
CSS code for this palette
/* CSS */
.fine-gold {
color: #daa82b;
}
.ginger-beer {
color: #c67d39;
}
.cajun-red {
color: #a55b4a;
}
.mulled-plum {
color: #793e5b;
}
.imperial {
color: #5a2d6c;
}
/* CSS Variables */
:root {
--fine-gold:#daa82b;
--ginger-beer:#c67d39;
--cajun-red:#a55b4a;
--mulled-plum:#793e5b;
--imperial:#5a2d6c;
}