Color names in this palette
CSS code for this palette
/* CSS */
.cold-north {
color: #509b9b;
}
.tropic-tide {
color: #6bc2c2;
}
.island-paradise {
color: #8fe0e0;
}
.ice-citadel {
color: #b2f5f5;
}
.bubbles {
color: #e5ffff;
}
/* CSS Variables */
:root {
--cold-north:#509b9b;
--tropic-tide:#6bc2c2;
--island-paradise:#8fe0e0;
--ice-citadel:#b2f5f5;
--bubbles:#e5ffff;
}