Color names in this palette
CSS code for this palette
/* CSS */
.thalassa {
color: #56b3bd;
}
.smooth-satin {
color: #a4d6d4;
}
.mint-condition {
color: #def7f5;
}
.china-doll {
color: #f2e4d4;
}
.calabrese {
color: #f6a8a2;
}
/* CSS Variables */
:root {
--thalassa:#56b3bd;
--smooth-satin:#a4d6d4;
--mint-condition:#def7f5;
--china-doll:#f2e4d4;
--calabrese:#f6a8a2;
}