Color names in this palette
CSS code for this palette
/* CSS */
.grape-green {
color: #a8e59e;
}
.fringy-flower {
color: #b2e0b6;
}
.sugar-mint {
color: #c2e5c5;
}
.misty-lawn {
color: #def7df;
}
.placebo-lime {
color: #f5faeb;
}
/* CSS Variables */
:root {
--grape-green:#a8e59e;
--fringy-flower:#b2e0b6;
--sugar-mint:#c2e5c5;
--misty-lawn:#def7df;
--placebo-lime:#f5faeb;
}