All Palettes

Color Palette #00b3aa, #3dd1c8, #a4e0d4, #e8f7f0, #ffffff

0%
0%
0%

CSS code for this palette

/* CSS */
.verditer {
color: #00b3aa;
}
.bianchi-green {
color: #3dd1c8;
}
.sparkling-mint {
color: #a4e0d4;
}
.soft-mint {
color: #e8f7f0;
}
.white {
color: #ffffff;
}

/* CSS Variables */
:root {
--verditer:#00b3aa;
--bianchi-green:#3dd1c8;
--sparkling-mint:#a4e0d4;
--soft-mint:#e8f7f0;
--white:#ffffff;
}

More palettes to explore