Color names in this palette
CSS code for this palette
/* CSS */
.protoss-pylon {
color: #00aaff;
}
.usc-gold {
color: #ffcc00;
}
.shocking-orange {
color: #ff6d1f;
}
.heliotrope-magenta {
color: #a200b8;
}
.screamin-green {
color: #6bff6b;
}
/* CSS Variables */
:root {
--protoss-pylon:#00aaff;
--usc-gold:#ffcc00;
--shocking-orange:#ff6d1f;
--heliotrope-magenta:#a200b8;
--screamin-green:#6bff6b;
}