Color names in this palette
CSS code for this palette
/* CSS */
.grape-green {
color: #a8e4a0;
}
.green-day {
color: #b4ea8a;
}
.spring-kiss {
color: #def2b1;
}
.marigold-dust {
color: #f4cf3e;
}
.angel-food-cake {
color: #daa44e;
}
/* CSS Variables */
:root {
--grape-green:#a8e4a0;
--green-day:#b4ea8a;
--spring-kiss:#def2b1;
--marigold-dust:#f4cf3e;
--angel-food-cake:#daa44e;
}