Color names in this palette
CSS code for this palette
/* CSS */
.helvetia-red {
color: #ef0101;
}
.durotar-fire {
color: #f15a27;
}
.y-ng-ch-ng-orange {
color: #f1a03b;
}
.wake-me-up {
color: #f1d55b;
}
.leaf-bud {
color: #f1f7a1;
}
/* CSS Variables */
:root {
--helvetia-red:#ef0101;
--durotar-fire:#f15a27;
--y-ng-ch-ng-orange:#f1a03b;
--wake-me-up:#f1d55b;
--leaf-bud:#f1f7a1;
}