Color names in this palette
CSS code for this palette
/* CSS */
.kahu-blue {
color: #0092d6;
}
.blue-atoll {
color: #00b4e6;
}
.neon-nazar {
color: #4ed7e9;
}
.blizzard-blue {
color: #a1e3f2;
}
.clear-skies {
color: #e9f9fc;
}
/* CSS Variables */
:root {
--kahu-blue:#0092d6;
--blue-atoll:#00b4e6;
--neon-nazar:#4ed7e9;
--blizzard-blue:#a1e3f2;
--clear-skies:#e9f9fc;
}