CSS code for this palette
/* CSS */
.turf {
color: #3e5b34;
}
.nereus {
color: #4f7d3b;
}
.hillside-grove {
color: #7cbf69;
}
.apple-cream {
color: #b8d9a1;
}
.carla {
color: #f3f9c8;
}
/* CSS Variables */
:root {
--turf:#3e5b34;
--nereus:#4f7d3b;
--hillside-grove:#7cbf69;
--apple-cream:#b8d9a1;
--carla:#f3f9c8;
}