Color names in this palette
CSS code for this palette
/* CSS */
.thalassa {
color: #56b3bd;
}
.smooth-satin {
color: #a1d4d4;
}
.milky-way {
color: #e4f6f6;
}
.sandy-beach {
color: #f9e3d2;
}
.her-majesty {
color: #f8a5a5;
}
/* CSS Variables */
:root {
--thalassa:#56b3bd;
--smooth-satin:#a1d4d4;
--milky-way:#e4f6f6;
--sandy-beach:#f9e3d2;
--her-majesty:#f8a5a5;
}