Color names in this palette
CSS code for this palette
/* CSS */
.relaxation-green {
color: #a4d39c;
}
.lucerne {
color: #7abe79;
}
.fruit-salad {
color: #4fa157;
}
.green-ribbon {
color: #2e8e3d;
}
.moor-monster {
color: #1c5a2c;
}
/* CSS Variables */
:root {
--relaxation-green:#a4d39c;
--lucerne:#7abe79;
--fruit-salad:#4fa157;
--green-ribbon:#2e8e3d;
--moor-monster:#1c5a2c;
}