Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.hot-orange {
color: #f38a39;
}
.durotar-fire {
color: #f15a27;
}
.vampire-red {
color: #d63f2e;
}
.d-u-sh-s-red {
color: #a62b3d;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--hot-orange:#f38a39;
--durotar-fire:#f15a27;
--vampire-red:#d63f2e;
--d-u-sh-s-red:#a62b3d;
}