Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1a8e8e;
}
.may-day {
color: #4fc9c9;
}
.deep-aquamarine {
color: #76e0e0;
}
.waterspout {
color: #a2f6f6;
}
.pale-blue {
color: #d1ffff;
}
/* CSS Variables */
:root {
--ocean-liner:#1a8e8e;
--may-day:#4fc9c9;
--deep-aquamarine:#76e0e0;
--waterspout:#a2f6f6;
--pale-blue:#d1ffff;
}