Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0096b8;
}
.verditer {
color: #00b3aa;
}
.cala-benirr-s-blue {
color: #00c2bf;
}
.everest {
color: #a1e2e0;
}
.coastal-breeze {
color: #def7f7;
}
/* CSS Variables */
:root {
--bondi-blue:#0096b8;
--verditer:#00b3aa;
--cala-benirr-s-blue:#00c2bf;
--everest:#a1e2e0;
--coastal-breeze:#def7f7;
}