Color names in this palette
CSS code for this palette
/* CSS */
.verditer {
color: #00b3aa;
}
.watercourse {
color: #5dcfd5;
}
.aqua-fiesta {
color: #94e6e4;
}
.mint-macaron {
color: #b2f0f0;
}
.tinted-ice {
color: #d2f9f8;
}
/* CSS Variables */
:root {
--verditer:#00b3aa;
--watercourse:#5dcfd5;
--aqua-fiesta:#94e6e4;
--mint-macaron:#b2f0f0;
--tinted-ice:#d2f9f8;
}