CSS code for this palette
/* CSS */
.french-market {
color: #a2c3a2;
}
.leafy {
color: #6d9a6a;
}
.melbourne {
color: #4c7b4c;
}
.limone {
color: #d5c348;
}
.humorous-green {
color: #c6b839;
}
/* CSS Variables */
:root {
--french-market:#a2c3a2;
--leafy:#6d9a6a;
--melbourne:#4c7b4c;
--limone:#d5c348;
--humorous-green:#c6b839;
}