Color names in this palette
CSS code for this palette
/* CSS */
.protoss-pylon {
color: #00aaff;
}
.usc-gold {
color: #ffcc00;
}
.grapefruit {
color: #ff5c5c;
}
.blue-hepatica {
color: #6b5be6;
}
.algal-fuel {
color: #10c66e;
}
/* CSS Variables */
:root {
--protoss-pylon:#00aaff;
--usc-gold:#ffcc00;
--grapefruit:#ff5c5c;
--blue-hepatica:#6b5be6;
--algal-fuel:#10c66e;
}