Color names in this palette
CSS code for this palette
/* CSS */
.black-soap {
color: #1e433c;
}
.dignified {
color: #3b6d60;
}
.succulent-green {
color: #5f9b83;
}
.southern-belle {
color: #a7d7c7;
}
.mist-of-green {
color: #e1f4ec;
}
/* CSS Variables */
:root {
--black-soap:#1e433c;
--dignified:#3b6d60;
--succulent-green:#5f9b83;
--southern-belle:#a7d7c7;
--mist-of-green:#e1f4ec;
}