Color names in this palette
CSS code for this palette
/* CSS */
.protoss-pylon {
color: #00aaff;
}
.usc-gold {
color: #ffcc00;
}
.aerospace-orange {
color: #ff5100;
}
.fuchsia-pink {
color: #ff75ff;
}
.booger-buster {
color: #00ff77;
}
/* CSS Variables */
:root {
--protoss-pylon:#00aaff;
--usc-gold:#ffcc00;
--aerospace-orange:#ff5100;
--fuchsia-pink:#ff75ff;
--booger-buster:#00ff77;
}