All Palettes

Color Palette #00aaff, #00cc99, #66ffcc, #b3e4ff, #ffffff

0%
0%
0%

CSS code for this palette

/* CSS */
.protoss-pylon {
color: #00aaff;
}
.caribbean-green {
color: #00cc99;
}
.spindrift {
color: #66ffcc;
}
.frozen-landscape {
color: #b3e4ff;
}
.white {
color: #ffffff;
}

/* CSS Variables */
:root {
--protoss-pylon:#00aaff;
--caribbean-green:#00cc99;
--spindrift:#66ffcc;
--frozen-landscape:#b3e4ff;
--white:#ffffff;
}

More palettes to explore