Color names in this palette
CSS code for this palette
/* CSS */
.protoss-pylon {
color: #00aaff;
}
.vivid-sky-blue {
color: #00ccff;
}
.athena-blue {
color: #66e3ff;
}
.mint-macaron {
color: #afeeee;
}
.coastal-breeze {
color: #e0f7fa;
}
/* CSS Variables */
:root {
--protoss-pylon:#00aaff;
--vivid-sky-blue:#00ccff;
--athena-blue:#66e3ff;
--mint-macaron:#afeeee;
--coastal-breeze:#e0f7fa;
}