Color names in this palette
CSS code for this palette
/* CSS */
.metallic-gold {
color: #d4af35;
}
.mossy-woods {
color: #7c8f00;
}
.mount-hyjal {
color: #3e713d;
}
.wizard-grey {
color: #505c68;
}
.enticing-red {
color: #b84c4e;
}
/* CSS Variables */
:root {
--metallic-gold:#d4af35;
--mossy-woods:#7c8f00;
--mount-hyjal:#3e713d;
--wizard-grey:#505c68;
--enticing-red:#b84c4e;
}