Color names in this palette
CSS code for this palette
/* CSS */
.oasis {
color: #0093a3;
}
.verditer {
color: #00b3aa;
}
.channel-marker-green {
color: #00d6b6;
}
.greenish-turquoise {
color: #00ffb3;
}
.light-sea-foam {
color: #9effc6;
}
/* CSS Variables */
:root {
--oasis:#0093a3;
--verditer:#00b3aa;
--channel-marker-green:#00d6b6;
--greenish-turquoise:#00ffb3;
--light-sea-foam:#9effc6;
}