Color names in this palette
CSS code for this palette
/* CSS */
.lago-blue {
color: #1fc1c1;
}
.turquoise-panic {
color: #2cd8d3;
}
.neon-nazar {
color: #48e5e2;
}
.poseidon-jr {
color: #6df3f1;
}
.waterspout {
color: #a4f9f5;
}
/* CSS Variables */
:root {
--lago-blue:#1fc1c1;
--turquoise-panic:#2cd8d3;
--neon-nazar:#48e5e2;
--poseidon-jr:#6df3f1;
--waterspout:#a4f9f5;
}