Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0096b8;
}
.verditer {
color: #00b3aa;
}
.jade-glass {
color: #00c8d6;
}
.silent-ripple {
color: #a9e5e0;
}
.distant-horizon {
color: #f0f9f9;
}
/* CSS Variables */
:root {
--bondi-blue:#0096b8;
--verditer:#00b3aa;
--jade-glass:#00c8d6;
--silent-ripple:#a9e5e0;
--distant-horizon:#f0f9f9;
}