Color names in this palette
CSS code for this palette
/* CSS */
.protoss-pylon {
color: #00aaff;
}
.tomb-blue {
color: #0099cc;
}
.stomy-shower {
color: #0089b3;
}
.sixties-blue {
color: #0079a8;
}
.impulse-blue {
color: #006699;
}
/* CSS Variables */
:root {
--protoss-pylon:#00aaff;
--tomb-blue:#0099cc;
--stomy-shower:#0089b3;
--sixties-blue:#0079a8;
--impulse-blue:#006699;
}