Color names in this palette
CSS code for this palette
/* CSS */
.medium-grey-green {
color: #4f6e4e;
}
.envy {
color: #8da58f;
}
.zanah {
color: #b1c5af;
}
.phantom-green {
color: #d6e0d1;
}
.chef-s-hat {
color: #f2f8f5;
}
/* CSS Variables */
:root {
--medium-grey-green:#4f6e4e;
--envy:#8da58f;
--zanah:#b1c5af;
--phantom-green:#d6e0d1;
--chef-s-hat:#f2f8f5;
}