Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1a8e8e;
}
.lake-tahoe-turquoise {
color: #36b5b5;
}
.throat-chakra {
color: #69d3d3;
}
.freezy-breezy {
color: #98f0f0;
}
.bubbles {
color: #e5ffff;
}
/* CSS Variables */
:root {
--ocean-liner:#1a8e8e;
--lake-tahoe-turquoise:#36b5b5;
--throat-chakra:#69d3d3;
--freezy-breezy:#98f0f0;
--bubbles:#e5ffff;
}