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