Color names in this palette
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;
}