Color names in this palette
CSS code for this palette
/* CSS */
.protoss-pylon {
color: #00aaff;
}
.pervenche {
color: #0099e6;
}
.honolulu-blue {
color: #007ebd;
}
.hyper-blue {
color: #005e99;
}
.bracing-blue {
color: #004080;
}
/* CSS Variables */
:root {
--protoss-pylon:#00aaff;
--pervenche:#0099e6;
--honolulu-blue:#007ebd;
--hyper-blue:#005e99;
--bracing-blue:#004080;
}