Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0096b8;
}
.verditer {
color: #00b3aa;
}
.turquoise {
color: #00c7a6;
}
.mega-teal {
color: #00e6a1;
}
.greenish-turquoise {
color: #00ffb3;
}
/* CSS Variables */
:root {
--bondi-blue:#0096b8;
--verditer:#00b3aa;
--turquoise:#00c7a6;
--mega-teal:#00e6a1;
--greenish-turquoise:#00ffb3;
}