Color names in this palette
CSS code for this palette
/* CSS */
.durotar-fire {
color: #f05a28;
}
.welcoming-wasp {
color: #f0a800;
}
.safety-yellow {
color: #f0d400;
}
.akhdhar-green {
color: #b4e61e;
}
.bitter-dandelion {
color: #6dcc3e;
}
/* CSS Variables */
:root {
--durotar-fire:#f05a28;
--welcoming-wasp:#f0a800;
--safety-yellow:#f0d400;
--akhdhar-green:#b4e61e;
--bitter-dandelion:#6dcc3e;
}