CSS code for this palette
/* CSS */
.thalassa {
color: #56b3bd;
}
.verdigris {
color: #47b3b1;
}
.pluto {
color: #37aeae;
}
.blue-island {
color: #29a8a8;
}
.royal-cloak {
color: #1ba1a1;
}
/* CSS Variables */
:root {
--thalassa:#56b3bd;
--verdigris:#47b3b1;
--pluto:#37aeae;
--blue-island:#29a8a8;
--royal-cloak:#1ba1a1;
}