Color names in this palette
CSS code for this palette
/* CSS */
.tropical-lagoon {
color: #1e99ae;
}
.sea-serpent {
color: #4bc7d2;
}
.island-paradise {
color: #8ee3e6;
}
.ice-citadel {
color: #b6f1f7;
}
.bubbles {
color: #e5ffff;
}
/* CSS Variables */
:root {
--tropical-lagoon:#1e99ae;
--sea-serpent:#4bc7d2;
--island-paradise:#8ee3e6;
--ice-citadel:#b6f1f7;
--bubbles:#e5ffff;
}