Color names in this palette
CSS code for this palette
/* CSS */
.light-fresh-lime {
color: #e2f5d6;
}
.merrylyn {
color: #a7d3af;
}
.peppermint-fresh {
color: #69bf9c;
}
.ocean-green {
color: #3b9b78;
}
.salem {
color: #1f7a4d;
}
/* CSS Variables */
:root {
--light-fresh-lime:#e2f5d6;
--merrylyn:#a7d3af;
--peppermint-fresh:#69bf9c;
--ocean-green:#3b9b78;
--salem:#1f7a4d;
}