CSS code for this palette
/* CSS */
.online-lime {
color: #4b8a3d;
}
.primo {
color: #7bbf6e;
}
.cool-aloe {
color: #a3d99b;
}
.freshman {
color: #e4f7c0;
}
.in-good-taste {
color: #b2d59f;
}
/* CSS Variables */
:root {
--online-lime:#4b8a3d;
--primo:#7bbf6e;
--cool-aloe:#a3d99b;
--freshman:#e4f7c0;
--in-good-taste:#b2d59f;
}