Color names in this palette
CSS code for this palette
/* CSS */
.afternoon-sky {
color: #89cfeb;
}
.protoss-pylon {
color: #00aaff;
}
.tomb-blue {
color: #0099cc;
}
.world-peace {
color: #005475;
}
.dark-imperial-blue {
color: #003d66;
}
/* CSS Variables */
:root {
--afternoon-sky:#89cfeb;
--protoss-pylon:#00aaff;
--tomb-blue:#0099cc;
--world-peace:#005475;
--dark-imperial-blue:#003d66;
}