Color names in this palette
CSS code for this palette
/* CSS */
.protoss-pylon {
color: #00aaff;
}
.tomb-blue {
color: #0099cc;
}
.brilliant-blue {
color: #0077b3;
}
.jetski-race {
color: #005c99;
}
.bracing-blue {
color: #004080;
}
/* CSS Variables */
:root {
--protoss-pylon:#00aaff;
--tomb-blue:#0099cc;
--brilliant-blue:#0077b3;
--jetski-race:#005c99;
--bracing-blue:#004080;
}