Color names in this palette
CSS code for this palette
/* CSS */
.thalassa {
color: #56b3bd;
}
.cave-lake {
color: #4eb5c1;
}
.water-sports {
color: #3fb8c6;
}
.fine-blue {
color: #b6e2e2;
}
.sun-drenched {
color: #ffe8a3;
}
/* CSS Variables */
:root {
--thalassa:#56b3bd;
--cave-lake:#4eb5c1;
--water-sports:#3fb8c6;
--fine-blue:#b6e2e2;
--sun-drenched:#ffe8a3;
}