Color names in this palette
CSS code for this palette
/* CSS */
.roller-coaster-chariot {
color: #0078bd;
}
.protoss-pylon {
color: #00aaff;
}
.shovel-knight {
color: #33ccff;
}
.athena-blue {
color: #66e0ff;
}
.glitchy-shader-blue {
color: #99ffff;
}
/* CSS Variables */
:root {
--roller-coaster-chariot:#0078bd;
--protoss-pylon:#00aaff;
--shovel-knight:#33ccff;
--athena-blue:#66e0ff;
--glitchy-shader-blue:#99ffff;
}