Color names in this palette
CSS code for this palette
/* CSS */
.smooth-satin {
color: #a3d7d1;
}
.mercury-mist {
color: #8cc5c2;
}
.veranda-blue {
color: #68b1ad;
}
.bahaman-bliss {
color: #44a79e;
}
.bayou {
color: #2a8984;
}
/* CSS Variables */
:root {
--smooth-satin:#a3d7d1;
--mercury-mist:#8cc5c2;
--veranda-blue:#68b1ad;
--bahaman-bliss:#44a79e;
--bayou:#2a8984;
}