CSS code for this palette
/* CSS */
.thalassa {
color: #56b3bd;
}
.latigo-bay {
color: #3a9b9c;
}
.atoll {
color: #2a7a7a;
}
.moonlit-pool {
color: #1e5c5c;
}
.nordic {
color: #1a3d3d;
}
/* CSS Variables */
:root {
--thalassa:#56b3bd;
--latigo-bay:#3a9b9c;
--atoll:#2a7a7a;
--moonlit-pool:#1e5c5c;
--nordic:#1a3d3d;
}