Color names in this palette
CSS code for this palette
/* CSS */
.kahu-blue {
color: #0092d6;
}
.blue-atoll {
color: #00b0e0;
}
.blue-radiance {
color: #5bd4e1;
}
.blizzard-blue {
color: #a1e5e8;
}
.distant-horizon {
color: #f1f8f8;
}
/* CSS Variables */
:root {
--kahu-blue:#0092d6;
--blue-atoll:#00b0e0;
--blue-radiance:#5bd4e1;
--blizzard-blue:#a1e5e8;
--distant-horizon:#f1f8f8;
}