Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0096b8;
}
.iris-blue {
color: #00b2d1;
}
.maldives {
color: #00c6e0;
}
.luminescent-blue {
color: #a1e1e8;
}
.everlasting-ice {
color: #f5fafa;
}
/* CSS Variables */
:root {
--bondi-blue:#0096b8;
--iris-blue:#00b2d1;
--maldives:#00c6e0;
--luminescent-blue:#a1e1e8;
--everlasting-ice:#f5fafa;
}