Color names in this palette
CSS code for this palette
/* CSS */
.protoss-pylon {
color: #00aaff;
}
.shovel-knight {
color: #33ccff;
}
.athena-blue {
color: #66e0ff;
}
.eternal-winter {
color: #99f5ff;
}
.dawn-departs {
color: #ccffff;
}
/* CSS Variables */
:root {
--protoss-pylon:#00aaff;
--shovel-knight:#33ccff;
--athena-blue:#66e0ff;
--eternal-winter:#99f5ff;
--dawn-departs:#ccffff;
}