Color names in this palette
CSS code for this palette
/* CSS */
.thalassa {
color: #56b3bd;
}
.lake-tahoe-turquoise {
color: #3bb1b5;
}
.empress-envy {
color: #2a9b9d;
}
.taos-turquoise {
color: #228c8a;
}
.geneva-green {
color: #1b7978;
}
/* CSS Variables */
:root {
--thalassa:#56b3bd;
--lake-tahoe-turquoise:#3bb1b5;
--empress-envy:#2a9b9d;
--taos-turquoise:#228c8a;
--geneva-green:#1b7978;
}