Color names in this palette
CSS code for this palette
/* CSS */
.aqua-zing {
color: #7eddd3;
}
.sea-serpent {
color: #4ac9c9;
}
.lago-blue {
color: #24b7c2;
}
.talismanic-teal {
color: #1a9c9e;
}
.autumn-pine-green {
color: #137c7a;
}
/* CSS Variables */
:root {
--aqua-zing:#7eddd3;
--sea-serpent:#4ac9c9;
--lago-blue:#24b7c2;
--talismanic-teal:#1a9c9e;
--autumn-pine-green:#137c7a;
}