Color names in this palette
CSS code for this palette
/* CSS */
.protoss-pylon {
color: #00aaff;
}
.pervenche {
color: #0099e6;
}
.science-blue {
color: #007acc;
}
.jetski-race {
color: #005c99;
}
.dark-imperial-blue {
color: #003d66;
}
/* CSS Variables */
:root {
--protoss-pylon:#00aaff;
--pervenche:#0099e6;
--science-blue:#007acc;
--jetski-race:#005c99;
--dark-imperial-blue:#003d66;
}