Color names in this palette
CSS code for this palette
/* CSS */
.protoss-pylon {
color: #00aaff;
}
.bright-turquoise {
color: #00e5e6;
}
.spindrift {
color: #66ffcc;
}
.bright-mint {
color: #99ff99;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--protoss-pylon:#00aaff;
--bright-turquoise:#00e5e6;
--spindrift:#66ffcc;
--bright-mint:#99ff99;
--usc-gold:#ffcc00;
}