Color names in this palette
CSS code for this palette
/* CSS */
.liberator-gold {
color: #e8c545;
}
.crunch {
color: #f3b55e;
}
.fall-river {
color: #f78f40;
}
.durotar-fire {
color: #f15a27;
}
.clear-red {
color: #c72a1f;
}
/* CSS Variables */
:root {
--liberator-gold:#e8c545;
--crunch:#f3b55e;
--fall-river:#f78f40;
--durotar-fire:#f15a27;
--clear-red:#c72a1f;
}