Color names in this palette
CSS code for this palette
/* CSS */
.protoss-pylon {
color: #00aaff;
}
.shovel-knight {
color: #33c2ff;
}
.athena-blue {
color: #66e5ff;
}
.glitchy-shader-blue {
color: #99ffff;
}
.dawn-departs {
color: #ccffff;
}
/* CSS Variables */
:root {
--protoss-pylon:#00aaff;
--shovel-knight:#33c2ff;
--athena-blue:#66e5ff;
--glitchy-shader-blue:#99ffff;
--dawn-departs:#ccffff;
}