Color names in this palette
CSS code for this palette
/* CSS */
.grape-green {
color: #a8e1a3;
}
.patina-green {
color: #b6eab3;
}
.tea-green {
color: #d1f0c1;
}
.light-fresh-lime {
color: #e1f7d4;
}
.placebo-lime {
color: #f5fce9;
}
/* CSS Variables */
:root {
--grape-green:#a8e1a3;
--patina-green:#b6eab3;
--tea-green:#d1f0c1;
--light-fresh-lime:#e1f7d4;
--placebo-lime:#f5fce9;
}