Color names in this palette
CSS code for this palette
/* CSS */
.bondi {
color: #1a718e;
}
.teal-essence {
color: #39a5b1;
}
.blue-radiance {
color: #5cd6d0;
}
.bath-water {
color: #84e7e7;
}
.mint-condition {
color: #def7f5;
}
/* CSS Variables */
:root {
--bondi:#1a718e;
--teal-essence:#39a5b1;
--blue-radiance:#5cd6d0;
--bath-water:#84e7e7;
--mint-condition:#def7f5;
}