CSS code for this palette
/* CSS */
.laurel-green {
color: #a7bd9e;
}
.surf {
color: #b8d7b7;
}
.frosted-mint {
color: #e3f2e5;
}
.moonglow {
color: #f9e3c3;
}
.snowpink {
color: #f1c5c1;
}
/* CSS Variables */
:root {
--laurel-green:#a7bd9e;
--surf:#b8d7b7;
--frosted-mint:#e3f2e5;
--moonglow:#f9e3c3;
--snowpink:#f1c5c1;
}