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