Color names in this palette
CSS code for this palette
/* CSS */
.lago-blue {
color: #1ab3c1;
}
.petrichor {
color: #61d1d1;
}
.island-paradise {
color: #8ce3e3;
}
.ice-citadel {
color: #b4f4f4;
}
.light-cyan {
color: #e0ffff;
}
/* CSS Variables */
:root {
--lago-blue:#1ab3c1;
--petrichor:#61d1d1;
--island-paradise:#8ce3e3;
--ice-citadel:#b4f4f4;
--light-cyan:#e0ffff;
}