Color names in this palette
CSS code for this palette
/* CSS */
.turquoise-panic {
color: #30d5c7;
}
.tropical-tree {
color: #19b3a1;
}
.ocean-liner {
color: #1a8e8a;
}
.teal-fury {
color: #1e6d76;
}
.hidden-waters {
color: #1f505b;
}
/* CSS Variables */
:root {
--turquoise-panic:#30d5c7;
--tropical-tree:#19b3a1;
--ocean-liner:#1a8e8a;
--teal-fury:#1e6d76;
--hidden-waters:#1f505b;
}