Color names in this palette
CSS code for this palette
/* CSS */
.green-kelp {
color: #3b402b;
}
.herbal-whispers {
color: #6b6e4e;
}
.exotic-palm {
color: #8e9d6c;
}
.chopped-dill {
color: #b9c4a1;
}
.just-about-green {
color: #e1e7d5;
}
/* CSS Variables */
:root {
--green-kelp:#3b402b;
--herbal-whispers:#6b6e4e;
--exotic-palm:#8e9d6c;
--chopped-dill:#b9c4a1;
--just-about-green:#e1e7d5;
}