Color names in this palette
CSS code for this palette
/* CSS */
.midsummer-field {
color: #8ccc3e;
}
.appetite {
color: #b1e6a3;
}
.spring-sun {
color: #f0f3c4;
}
.goldsmith {
color: #f2b650;
}
.durotar-fire {
color: #f26326;
}
/* CSS Variables */
:root {
--midsummer-field:#8ccc3e;
--appetite:#b1e6a3;
--spring-sun:#f0f3c4;
--goldsmith:#f2b650;
--durotar-fire:#f26326;
}