Color names in this palette
CSS code for this palette
/* CSS */
.protoss-pylon {
color: #00aaff;
}
.lake-thun {
color: #3dc1db;
}
.turquoise-sea {
color: #6de2e8;
}
.blizzard-blue {
color: #a1e7f2;
}
.lynx-white {
color: #f6f8f8;
}
/* CSS Variables */
:root {
--protoss-pylon:#00aaff;
--lake-thun:#3dc1db;
--turquoise-sea:#6de2e8;
--blizzard-blue:#a1e7f2;
--lynx-white:#f6f8f8;
}