Color names in this palette
CSS code for this palette
/* CSS */
.thalassa {
color: #56b3bd;
}
.caribbean-cruise {
color: #3d9ca9;
}
.valley-of-glaciers {
color: #2a7e9d;
}
.deep-blue-sea {
color: #1d5c77;
}
.capital-blue {
color: #1a3d5b;
}
/* CSS Variables */
:root {
--thalassa:#56b3bd;
--caribbean-cruise:#3d9ca9;
--valley-of-glaciers:#2a7e9d;
--deep-blue-sea:#1d5c77;
--capital-blue:#1a3d5b;
}