Color names in this palette
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;
}