Color names in this palette
CSS code for this palette
/* CSS */
.thalassa {
color: #56b3bd;
}
.cave-lake {
color: #4eb9c1;
}
.bianchi-green {
color: #3fc6c6;
}
.seascape-green {
color: #b8e5e2;
}
.coastal-breeze {
color: #e1f8f9;
}
/* CSS Variables */
:root {
--thalassa:#56b3bd;
--cave-lake:#4eb9c1;
--bianchi-green:#3fc6c6;
--seascape-green:#b8e5e2;
--coastal-breeze:#e1f8f9;
}