Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1a8e8e;
}
.montego-bay {
color: #3bbfbf;
}
.throat-chakra {
color: #64d3d3;
}
.waterspout {
color: #a2f6f6;
}
.tinted-ice {
color: #d2f9f9;
}
/* CSS Variables */
:root {
--ocean-liner:#1a8e8e;
--montego-bay:#3bbfbf;
--throat-chakra:#64d3d3;
--waterspout:#a2f6f6;
--tinted-ice:#d2f9f9;
}