Color names in this palette
CSS code for this palette
/* CSS */
.tropical-lagoon {
color: #1e99ae;
}
.sea-serpent {
color: #4ec5d0;
}
.deep-aquamarine {
color: #75e1e1;
}
.waterspout {
color: #a2f6f2;
}
.tinted-ice {
color: #d2f9f9;
}
/* CSS Variables */
:root {
--tropical-lagoon:#1e99ae;
--sea-serpent:#4ec5d0;
--deep-aquamarine:#75e1e1;
--waterspout:#a2f6f2;
--tinted-ice:#d2f9f9;
}