Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f6d55a;
}
.kin-gold {
color: #f59b00;
}
.durotar-fire {
color: #f05e28;
}
.valiant-poppy {
color: #b73c2a;
}
.sundried-tomato {
color: #682c2e;
}
/* CSS Variables */
:root {
--wake-me-up:#f6d55a;
--kin-gold:#f59b00;
--durotar-fire:#f05e28;
--valiant-poppy:#b73c2a;
--sundried-tomato:#682c2e;
}