Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0096b8;
}
.verditer {
color: #00b3aa;
}
.pristine-oceanic {
color: #00d1c3;
}
.peppermint-patty {
color: #d1e6d6;
}
.laundry-white {
color: #f6f8f1;
}
/* CSS Variables */
:root {
--bondi-blue:#0096b8;
--verditer:#00b3aa;
--pristine-oceanic:#00d1c3;
--peppermint-patty:#d1e6d6;
--laundry-white:#f6f8f1;
}