Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0096b8;
}
.verditer {
color: #00b3aa;
}
.wild-caribbean-green {
color: #1dcdb0;
}
.spinnaker {
color: #a3e0df;
}
.distant-horizon {
color: #f2f8f8;
}
/* CSS Variables */
:root {
--bondi-blue:#0096b8;
--verditer:#00b3aa;
--wild-caribbean-green:#1dcdb0;
--spinnaker:#a3e0df;
--distant-horizon:#f2f8f8;
}