Color names in this palette
CSS code for this palette
/* CSS */
.celadon-blue {
color: #007ba8;
}
.bondi-blue {
color: #0096b8;
}
.iris-blue {
color: #00b2d1;
}
.maldives {
color: #00c2e0;
}
.blizzard-blue {
color: #a1e3f2;
}
/* CSS Variables */
:root {
--celadon-blue:#007ba8;
--bondi-blue:#0096b8;
--iris-blue:#00b2d1;
--maldives:#00c2e0;
--blizzard-blue:#a1e3f2;
}