CSS code for this palette
/* CSS */
.bondi-blue {
color: #0095b3;
}
.verditer {
color: #00b3aa;
}
.aare-river {
color: #00c29e;
}
.mega-teal {
color: #00e6a1;
}
.tropical {
color: #a3e6c8;
}
/* CSS Variables */
:root {
--bondi-blue:#0095b3;
--verditer:#00b3aa;
--aare-river:#00c29e;
--mega-teal:#00e6a1;
--tropical:#a3e6c8;
}