Color names in this palette
CSS code for this palette
/* CSS */
.lighthouse {
color: #f4f6f3;
}
.light-spring-burst {
color: #d7e9d3;
}
.surf {
color: #b9d5b9;
}
.french-market {
color: #a2c8a2;
}
.summer-garden {
color: #7eae7e;
}
/* CSS Variables */
:root {
--lighthouse:#f4f6f3;
--light-spring-burst:#d7e9d3;
--surf:#b9d5b9;
--french-market:#a2c8a2;
--summer-garden:#7eae7e;
}