Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1a8e8e;
}
.gem-turquoise {
color: #4fbfbf;
}
.island-paradise {
color: #8ae0e0;
}
.ice-citadel {
color: #b1f6f6;
}
.bubbles {
color: #e5ffff;
}
/* CSS Variables */
:root {
--ocean-liner:#1a8e8e;
--gem-turquoise:#4fbfbf;
--island-paradise:#8ae0e0;
--ice-citadel:#b1f6f6;
--bubbles:#e5ffff;
}