Color names in this palette
CSS code for this palette
/* CSS */
.protoss-pylon {
color: #00aaff;
}
.usc-gold {
color: #ffcc00;
}
.flush-orange {
color: #ff6e00;
}
.sasquatch-socks {
color: #ff4281;
}
.electric-indigo {
color: #6a00ff;
}
/* CSS Variables */
:root {
--protoss-pylon:#00aaff;
--usc-gold:#ffcc00;
--flush-orange:#ff6e00;
--sasquatch-socks:#ff4281;
--electric-indigo:#6a00ff;
}