Color names in this palette
CSS code for this palette
/* CSS */
.lago-blue {
color: #1fc1c1;
}
.turquoise-panic {
color: #2ed1d1;
}
.neon-nazar {
color: #4ad9d9;
}
.everest {
color: #a2e6e6;
}
.sparkling-snow {
color: #f5ffff;
}
/* CSS Variables */
:root {
--lago-blue:#1fc1c1;
--turquoise-panic:#2ed1d1;
--neon-nazar:#4ad9d9;
--everest:#a2e6e6;
--sparkling-snow:#f5ffff;
}