Color names in this palette
CSS code for this palette
/* CSS */
.verditer {
color: #00bdad;
}
.tealish {
color: #1db9a7;
}
.peppy-peacock {
color: #4dd1b7;
}
.botanical-tint {
color: #a5e3d4;
}
.azure-mist {
color: #f0fff3;
}
/* CSS Variables */
:root {
--verditer:#00bdad;
--tealish:#1db9a7;
--peppy-peacock:#4dd1b7;
--botanical-tint:#a5e3d4;
--azure-mist:#f0fff3;
}