Color names in this palette
CSS code for this palette
/* CSS */
.protoss-pylon {
color: #00aaff;
}
.lvivian-rain {
color: #0088cc;
}
.hyper-blue {
color: #005e99;
}
.lush-aqua {
color: #004466;
}
.nora-s-forest {
color: #002f33;
}
/* CSS Variables */
:root {
--protoss-pylon:#00aaff;
--lvivian-rain:#0088cc;
--hyper-blue:#005e99;
--lush-aqua:#004466;
--nora-s-forest:#002f33;
}