Color names in this palette
CSS code for this palette
/* CSS */
.spanish-blue {
color: #0071b8;
}
.kahu-blue {
color: #0092d1;
}
.blue-atoll {
color: #00b7e0;
}
.middle-blue {
color: #7ed2e7;
}
.fairy-sparkles {
color: #b4e4f8;
}
/* CSS Variables */
:root {
--spanish-blue:#0071b8;
--kahu-blue:#0092d1;
--blue-atoll:#00b7e0;
--middle-blue:#7ed2e7;
--fairy-sparkles:#b4e4f8;
}