Color names in this palette
CSS code for this palette
/* CSS */
.verditer {
color: #00bdad;
}
.aphrodite-aqua {
color: #40f2b7;
}
.icery {
color: #a5f8e2;
}
.tinted-ice {
color: #d2f9f3;
}
.calm-waters {
color: #e5fff9;
}
/* CSS Variables */
:root {
--verditer:#00bdad;
--aphrodite-aqua:#40f2b7;
--icery:#a5f8e2;
--tinted-ice:#d2f9f3;
--calm-waters:#e5fff9;
}