Color names in this palette
CSS code for this palette
/* CSS */
.grape-green {
color: #a8e1a3;
}
.mint-cocktail-green {
color: #b7e3b0;
}
.light-greenette {
color: #e4f1d0;
}
.shalimar {
color: #f7f6a6;
}
.shaded-sun {
color: #f4eaa4;
}
/* CSS Variables */
:root {
--grape-green:#a8e1a3;
--mint-cocktail-green:#b7e3b0;
--light-greenette:#e4f1d0;
--shalimar:#f7f6a6;
--shaded-sun:#f4eaa4;
}