Color names in this palette
CSS code for this palette
/* CSS */
.durotar-fire {
color: #f05a28;
}
.copper-river {
color: #f7a06e;
}
.no-gmb-yellow {
color: #f9e58b;
}
.taurus-forest-fern {
color: #71bf4f;
}
.enviable {
color: #4c9c3a;
}
/* CSS Variables */
:root {
--durotar-fire:#f05a28;
--copper-river:#f7a06e;
--no-gmb-yellow:#f9e58b;
--taurus-forest-fern:#71bf4f;
--enviable:#4c9c3a;
}