Color names in this palette
CSS code for this palette
/* CSS */
.lago-blue {
color: #1fc1c1;
}
.turquoise-panic {
color: #30d5d5;
}
.neon-nazar {
color: #4de0e0;
}
.permafrost {
color: #90f4f4;
}
.ice-citadel {
color: #b4f8f8;
}
/* CSS Variables */
:root {
--lago-blue:#1fc1c1;
--turquoise-panic:#30d5d5;
--neon-nazar:#4de0e0;
--permafrost:#90f4f4;
--ice-citadel:#b4f8f8;
}