Color names in this palette
CSS code for this palette
/* CSS */
.smooth-satin {
color: #a3d7d2;
}
.mercury-mist {
color: #8cc5c2;
}
.turquoise-fantasies {
color: #6eaaa5;
}
.evora {
color: #4f8c87;
}
.moat {
color: #3c6c6d;
}
/* CSS Variables */
:root {
--smooth-satin:#a3d7d2;
--mercury-mist:#8cc5c2;
--turquoise-fantasies:#6eaaa5;
--evora:#4f8c87;
--moat:#3c6c6d;
}