Color names in this palette
CSS code for this palette
/* CSS */
.medium-grey-green {
color: #4c6b54;
}
.villandry {
color: #6f8d62;
}
.geranium-leaf {
color: #8daa74;
}
.apple-cream {
color: #b8daa4;
}
.light-green-glint {
color: #e3f6d5;
}
/* CSS Variables */
:root {
--medium-grey-green:#4c6b54;
--villandry:#6f8d62;
--geranium-leaf:#8daa74;
--apple-cream:#b8daa4;
--light-green-glint:#e3f6d5;
}