Color names in this palette
CSS code for this palette
/* CSS */
.wild-forest {
color: #3b8c4e;
}
.young-fern {
color: #6fbe7d;
}
.green-trance {
color: #a1d9a1;
}
.james-blonde {
color: #f1e5b7;
}
.clay-terrace {
color: #d6803d;
}
/* CSS Variables */
:root {
--wild-forest:#3b8c4e;
--young-fern:#6fbe7d;
--green-trance:#a1d9a1;
--james-blonde:#f1e5b7;
--clay-terrace:#d6803d;
}