Color names in this palette
CSS code for this palette
/* CSS */
.protoss-pylon {
color: #00aaff;
}
.tomb-blue {
color: #0096cc;
}
.turkish-tile {
color: #007e9e;
}
.glamour-green {
color: #00758a;
}
.blue-collar-worker {
color: #00627a;
}
/* CSS Variables */
:root {
--protoss-pylon:#00aaff;
--tomb-blue:#0096cc;
--turkish-tile:#007e9e;
--glamour-green:#00758a;
--blue-collar-worker:#00627a;
}