Color names in this palette
CSS code for this palette
/* CSS */
.moody-mist {
color: #c9e3d8;
}
.eerie-glow {
color: #a7d7b8;
}
.beau-monde {
color: #78b59f;
}
.crisp-lettuce {
color: #4c9a84;
}
.mermaid-sea {
color: #2b7d6d;
}
/* CSS Variables */
:root {
--moody-mist:#c9e3d8;
--eerie-glow:#a7d7b8;
--beau-monde:#78b59f;
--crisp-lettuce:#4c9a84;
--mermaid-sea:#2b7d6d;
}