Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0095b3;
}
.verditer {
color: #00b3a7;
}
.channel-marker-green {
color: #00d6b3;
}
.greenish-cyan {
color: #3dffae;
}
.a-state-of-mint {
color: #85ffc2;
}
/* CSS Variables */
:root {
--bondi-blue:#0095b3;
--verditer:#00b3a7;
--channel-marker-green:#00d6b3;
--greenish-cyan:#3dffae;
--a-state-of-mint:#85ffc2;
}