Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0096b8;
}
.verditer {
color: #00b3aa;
}
.amazonite {
color: #00c7b0;
}
.sea-glass-teal {
color: #9fe5d8;
}
.child-of-light {
color: #f1f5f8;
}
/* CSS Variables */
:root {
--bondi-blue:#0096b8;
--verditer:#00b3aa;
--amazonite:#00c7b0;
--sea-glass-teal:#9fe5d8;
--child-of-light:#f1f5f8;
}