Color names in this palette
CSS code for this palette
/* CSS */
.thalassa {
color: #56b3bd;
}
.caribbean-cruise {
color: #3f9ea2;
}
.macquarie {
color: #007d80;
}
.lolly-ice {
color: #a6d9d4;
}
.milky-way {
color: #e4f6f6;
}
/* CSS Variables */
:root {
--thalassa:#56b3bd;
--caribbean-cruise:#3f9ea2;
--macquarie:#007d80;
--lolly-ice:#a6d9d4;
--milky-way:#e4f6f6;
}