Color names in this palette
CSS code for this palette
/* CSS */
.roller-coaster-chariot {
color: #0078bd;
}
.protoss-pylon {
color: #00aaff;
}
.skyan {
color: #66cfff;
}
.winter-wizard {
color: #99e6ff;
}
.celeste {
color: #b3ffff;
}
/* CSS Variables */
:root {
--roller-coaster-chariot:#0078bd;
--protoss-pylon:#00aaff;
--skyan:#66cfff;
--winter-wizard:#99e6ff;
--celeste:#b3ffff;
}