Color names in this palette
CSS code for this palette
/* CSS */
.red-hot {
color: #e10538;
}
.durotar-fire {
color: #f05a28;
}
.blue-angels-yellow {
color: #fab700;
}
.angel-s-trumpet {
color: #f2e03a;
}
.tirisfal-lime {
color: #7cdb33;
}
/* CSS Variables */
:root {
--red-hot:#e10538;
--durotar-fire:#f05a28;
--blue-angels-yellow:#fab700;
--angel-s-trumpet:#f2e03a;
--tirisfal-lime:#7cdb33;
}