Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0096b8;
}
.verditer {
color: #00b3aa;
}
.jazzy-jade {
color: #4edad3;
}
.everest {
color: #9fe5e0;
}
.child-of-light {
color: #f1f5f8;
}
/* CSS Variables */
:root {
--bondi-blue:#0096b8;
--verditer:#00b3aa;
--jazzy-jade:#4edad3;
--everest:#9fe5e0;
--child-of-light:#f1f5f8;
}