CSS code for this palette
/* CSS */
.cover-of-night {
color: #4a4f4e;
}
.seastone {
color: #7b8a89;
}
.conch {
color: #a2b3b1;
}
.luna-light {
color: #c2d0cc;
}
.aquacade {
color: #e0f0eb;
}
/* CSS Variables */
:root {
--cover-of-night:#4a4f4e;
--seastone:#7b8a89;
--conch:#a2b3b1;
--luna-light:#c2d0cc;
--aquacade:#e0f0eb;
}