Color names in this palette
CSS code for this palette
/* CSS */
.formal-garden {
color: #3ba04f;
}
.young-fern {
color: #6fbe79;
}
.grape-green {
color: #a7df9f;
}
.cymophane-yellow {
color: #f2e3a6;
}
.chai-latte {
color: #f8c8a0;
}
/* CSS Variables */
:root {
--formal-garden:#3ba04f;
--young-fern:#6fbe79;
--grape-green:#a7df9f;
--cymophane-yellow:#f2e3a6;
--chai-latte:#f8c8a0;
}