Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0095b3;
}
.iris-blue {
color: #00b2d1;
}
.lynx-screen-blue {
color: #2dc4e6;
}
.neon-nazar {
color: #57d7e0;
}
.waterspout {
color: #a4f2f4;
}
/* CSS Variables */
:root {
--bondi-blue:#0095b3;
--iris-blue:#00b2d1;
--lynx-screen-blue:#2dc4e6;
--neon-nazar:#57d7e0;
--waterspout:#a4f2f4;
}