Color names in this palette
CSS code for this palette
/* CSS */
.lago-blue {
color: #1fc1c1;
}
.turquoise-panic {
color: #30d5d5;
}
.neon-nazar {
color: #4be2e2;
}
.blue-crystal-landscape {
color: #73e7e7;
}
.waterspout {
color: #9ef5f5;
}
/* CSS Variables */
:root {
--lago-blue:#1fc1c1;
--turquoise-panic:#30d5d5;
--neon-nazar:#4be2e2;
--blue-crystal-landscape:#73e7e7;
--waterspout:#9ef5f5;
}