Color names in this palette
CSS code for this palette
/* CSS */
.lago-blue {
color: #1fc1c1;
}
.glass-jar-blue {
color: #1eaeac;
}
.sea-fantasy {
color: #1a9999;
}
.turquoise-topaz {
color: #15b7a6;
}
.tropical-hideaway {
color: #14b39e;
}
/* CSS Variables */
:root {
--lago-blue:#1fc1c1;
--glass-jar-blue:#1eaeac;
--sea-fantasy:#1a9999;
--turquoise-topaz:#15b7a6;
--tropical-hideaway:#14b39e;
}