Color names in this palette
CSS code for this palette
/* CSS */
.lago-blue {
color: #1fc1c1;
}
.mermaid-treasure {
color: #1fb2b2;
}
.baltic {
color: #1f9e9e;
}
.ocean-liner {
color: #1e8a8a;
}
.marine-wonder {
color: #1f7575;
}
/* CSS Variables */
:root {
--lago-blue:#1fc1c1;
--mermaid-treasure:#1fb2b2;
--baltic:#1f9e9e;
--ocean-liner:#1e8a8a;
--marine-wonder:#1f7575;
}