Color names in this palette
CSS code for this palette
/* CSS */
.grape-green {
color: #a7e3a1;
}
.mint-cocktail-green {
color: #b6e3b0;
}
.green-myth {
color: #c6e6c1;
}
.light-spring-burst {
color: #d4e8d5;
}
.frosted-mint {
color: #e4f2e3;
}
/* CSS Variables */
:root {
--grape-green:#a7e3a1;
--mint-cocktail-green:#b6e3b0;
--green-myth:#c6e6c1;
--light-spring-burst:#d4e8d5;
--frosted-mint:#e4f2e3;
}