CSS code for this palette
/* CSS */
.crystal-gem {
color: #7bd5a7;
}
.garish-green {
color: #4abf8c;
}
.green-fondant {
color: #2b9c69;
}
.salem {
color: #177d4d;
}
.spruce {
color: #0e5d32;
}
/* CSS Variables */
:root {
--crystal-gem:#7bd5a7;
--garish-green:#4abf8c;
--green-fondant:#2b9c69;
--salem:#177d4d;
--spruce:#0e5d32;
}