Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0096b8;
}
.iris-blue {
color: #00b2d1;
}
.maldives {
color: #00c2e0;
}
.ice-crystal-blue {
color: #a5e3e0;
}
.distant-horizon {
color: #f1f9f8;
}
/* CSS Variables */
:root {
--bondi-blue:#0096b8;
--iris-blue:#00b2d1;
--maldives:#00c2e0;
--ice-crystal-blue:#a5e3e0;
--distant-horizon:#f1f9f8;
}