All Palettes

Color Palette #007bff, #00aaff, #00d4ff, #66e3ff, #b3f4ff

0%
0%
0%

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;
}

More palettes to explore