Color names in this palette
CSS code for this palette
/* CSS */
.thalassa {
color: #56b3bd;
}
.aqua-island {
color: #a1d9d5;
}
.mint-condition {
color: #def7f5;
}
.sly-shrimp {
color: #f7e2d9;
}
.calabrese {
color: #f1a8a2;
}
/* CSS Variables */
:root {
--thalassa:#56b3bd;
--aqua-island:#a1d9d5;
--mint-condition:#def7f5;
--sly-shrimp:#f7e2d9;
--calabrese:#f1a8a2;
}