Color names in this palette
CSS code for this palette
/* CSS */
.thalassa {
color: #56b3bd;
}
.cave-lake {
color: #4eb5c1;
}
.moonstone {
color: #3cafc3;
}
.sparkling-cove {
color: #2da4b9;
}
.pagoda-blue {
color: #1b8b93;
}
/* CSS Variables */
:root {
--thalassa:#56b3bd;
--cave-lake:#4eb5c1;
--moonstone:#3cafc3;
--sparkling-cove:#2da4b9;
--pagoda-blue:#1b8b93;
}