Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1f988c;
}
.green-grapple {
color: #3eb6b0;
}
.may-day {
color: #4cc8c6;
}
.andes-sky {
color: #78e2d6;
}
.pale-king-s-blue {
color: #a6f7eb;
}
/* CSS Variables */
:root {
--ocean-liner:#1f988c;
--green-grapple:#3eb6b0;
--may-day:#4cc8c6;
--andes-sky:#78e2d6;
--pale-king-s-blue:#a6f7eb;
}