Color names in this palette
CSS code for this palette
/* CSS */
.cobalt-glaze {
color: #0071b3;
}
.kahu-blue {
color: #0092d6;
}
.blue-atoll {
color: #00b0e0;
}
.winsome-hue {
color: #a9d8e0;
}
.milky-way {
color: #e7f6f9;
}
/* CSS Variables */
:root {
--cobalt-glaze:#0071b3;
--kahu-blue:#0092d6;
--blue-atoll:#00b0e0;
--winsome-hue:#a9d8e0;
--milky-way:#e7f6f9;
}