Color names in this palette
CSS code for this palette
/* CSS */
.ocean-cruise {
color: #9fd3df;
}
.squeaky {
color: #6cc0d5;
}
.blue-raspberry-seed {
color: #3ca5c8;
}
.bondi-blue {
color: #0096b8;
}
.mosaic-blue {
color: #007e94;
}
/* CSS Variables */
:root {
--ocean-cruise:#9fd3df;
--squeaky:#6cc0d5;
--blue-raspberry-seed:#3ca5c8;
--bondi-blue:#0096b8;
--mosaic-blue:#007e94;
}