CSS code for this palette
/* CSS */
.botanical-tint {
color: #a7e2d3;
}
.bay {
color: #b2e6d4;
}
.water-leaf {
color: #b7f0e3;
}
.misty-lawn {
color: #e1f9e3;
}
.milk-foam {
color: #f6ffeb;
}
/* CSS Variables */
:root {
--botanical-tint:#a7e2d3;
--bay:#b2e6d4;
--water-leaf:#b7f0e3;
--misty-lawn:#e1f9e3;
--milk-foam:#f6ffeb;
}