Color names in this palette
CSS code for this palette
/* CSS */
.kahu-blue {
color: #008fd6;
}
.blue-atoll {
color: #00b0e0;
}
.neon-nazar {
color: #4fd6e8;
}
.dead-sea {
color: #7ff1f5;
}
.ice-crystal-blue {
color: #a8e1e0;
}
/* CSS Variables */
:root {
--kahu-blue:#008fd6;
--blue-atoll:#00b0e0;
--neon-nazar:#4fd6e8;
--dead-sea:#7ff1f5;
--ice-crystal-blue:#a8e1e0;
}