CSS code for this palette
/* CSS */
.thalassa {
color: #56b3bd;
}
.thalassa {
color: #4faeba;
}
.brig {
color: #4c9fbd;
}
.winter-time {
color: #3b8ca0;
}
.turkish-stone {
color: #2c7c8c;
}
/* CSS Variables */
:root {
--thalassa:#56b3bd;
--thalassa:#4faeba;
--brig:#4c9fbd;
--winter-time:#3b8ca0;
--turkish-stone:#2c7c8c;
}