Color names in this palette
CSS code for this palette
/* CSS */
.gully-green {
color: #496d36;
}
.rosemarried {
color: #7c9c4f;
}
.opaline-green {
color: #a0c77f;
}
.celery-root {
color: #d4e5b8;
}
.bean-sprout {
color: #f4f9e7;
}
/* CSS Variables */
:root {
--gully-green:#496d36;
--rosemarried:#7c9c4f;
--opaline-green:#a0c77f;
--celery-root:#d4e5b8;
--bean-sprout:#f4f9e7;
}