Color names in this palette
CSS code for this palette
/* CSS */
.high-blue {
color: #4ca3e1;
}
.blue-mana {
color: #6cc8ef;
}
.photon-barrier {
color: #8ee3f0;
}
.waterspout {
color: #a6f6f7;
}
.duck-egg-blue {
color: #c3f9f9;
}
/* CSS Variables */
:root {
--high-blue:#4ca3e1;
--blue-mana:#6cc8ef;
--photon-barrier:#8ee3f0;
--waterspout:#a6f6f7;
--duck-egg-blue:#c3f9f9;
}