Color names in this palette
CSS code for this palette
/* CSS */
.verditer {
color: #00b3aa;
}
.wild-caribbean-green {
color: #1dd3af;
}
.blue-dacnis {
color: #3edbea;
}
.bath-water {
color: #8ceaf3;
}
.pale-blue {
color: #d1f7ff;
}
/* CSS Variables */
:root {
--verditer:#00b3aa;
--wild-caribbean-green:#1dd3af;
--blue-dacnis:#3edbea;
--bath-water:#8ceaf3;
--pale-blue:#d1f7ff;
}