CSS code for this palette
/* CSS */
.azure {
color: #007bff;
}
.protoss-pylon {
color: #00aaff;
}
.neon-blue {
color: #00d4ff;
}
.athena-blue {
color: #66e3ff;
}
.northrend {
color: #b3f4ff;
}
/* CSS Variables */
:root {
--azure:#007bff;
--protoss-pylon:#00aaff;
--neon-blue:#00d4ff;
--athena-blue:#66e3ff;
--northrend:#b3f4ff;
}