Color names in this palette
CSS code for this palette
/* CSS */
.skyan {
color: #66c2ff;
}
.waimea-blue {
color: #4da0e0;
}
.tomb-blue {
color: #0099cc;
}
.hydra {
color: #006b99;
}
.dark-imperial-blue {
color: #003d66;
}
/* CSS Variables */
:root {
--skyan:#66c2ff;
--waimea-blue:#4da0e0;
--tomb-blue:#0099cc;
--hydra:#006b99;
--dark-imperial-blue:#003d66;
}