Color names in this palette
CSS code for this palette
/* CSS */
.durotar-fire {
color: #f05a28;
}
.y-ng-ch-ng-orange {
color: #f6a23c;
}
.dandelion-yellow {
color: #f6d43c;
}
.christmas-silver {
color: #e0e0e0;
}
.fervent-green {
color: #4ca04b;
}
/* CSS Variables */
:root {
--durotar-fire:#f05a28;
--y-ng-ch-ng-orange:#f6a23c;
--dandelion-yellow:#f6d43c;
--christmas-silver:#e0e0e0;
--fervent-green:#4ca04b;
}