Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1a8e8e;
}
.medium-turquoise {
color: #4ed0d0;
}
.deep-aquamarine {
color: #7ae1e1;
}
.waterspout {
color: #a5f3f3;
}
.pale-blue {
color: #d1ffff;
}
/* CSS Variables */
:root {
--ocean-liner:#1a8e8e;
--medium-turquoise:#4ed0d0;
--deep-aquamarine:#7ae1e1;
--waterspout:#a5f3f3;
--pale-blue:#d1ffff;
}