Color names in this palette
CSS code for this palette
/* CSS */
.roller-coaster-chariot {
color: #0078bd;
}
.protoss-pylon {
color: #00aaff;
}
.athena-blue {
color: #66e3ff;
}
.northrend {
color: #b3f4ff;
}
.light-cyan {
color: #e0ffff;
}
/* CSS Variables */
:root {
--roller-coaster-chariot:#0078bd;
--protoss-pylon:#00aaff;
--athena-blue:#66e3ff;
--northrend:#b3f4ff;
--light-cyan:#e0ffff;
}