Color names in this palette
CSS code for this palette
/* CSS */
.may-day {
color: #4ccdc4;
}
.protoss-pylon {
color: #00aaff;
}
.science-blue {
color: #0077cc;
}
.hyper-blue {
color: #005e99;
}
.dark-imperial-blue {
color: #003f66;
}
/* CSS Variables */
:root {
--may-day:#4ccdc4;
--protoss-pylon:#00aaff;
--science-blue:#0077cc;
--hyper-blue:#005e99;
--dark-imperial-blue:#003f66;
}