Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0096b8;
}
.malibu-blue {
color: #00b2d6;
}
.maldives {
color: #00c6e0;
}
.ice-crystal-blue {
color: #a6e8e0;
}
.distant-horizon {
color: #f1f8f6;
}
/* CSS Variables */
:root {
--bondi-blue:#0096b8;
--malibu-blue:#00b2d6;
--maldives:#00c6e0;
--ice-crystal-blue:#a6e8e0;
--distant-horizon:#f1f8f6;
}