Color names in this palette
CSS code for this palette
/* CSS */
.huelve-o-horizon {
color: #19b3e6;
}
.times-square-screens {
color: #1dbf73;
}
.flame-seal {
color: #f3e158;
}
.consumed-by-fire {
color: #f58319;
}
.durotar-fire {
color: #f15a27;
}
/* CSS Variables */
:root {
--huelve-o-horizon:#19b3e6;
--times-square-screens:#1dbf73;
--flame-seal:#f3e158;
--consumed-by-fire:#f58319;
--durotar-fire:#f15a27;
}