CSS code for this palette
/* CSS */
.basil-smash {
color: #b8e2a2;
}
.frugal {
color: #a6d8b0;
}
.southern-belle {
color: #a3d7c5;
}
.bay {
color: #b2e1d4;
}
.beru {
color: #c1e1d6;
}
/* CSS Variables */
:root {
--basil-smash:#b8e2a2;
--frugal:#a6d8b0;
--southern-belle:#a3d7c5;
--bay:#b2e1d4;
--beru:#c1e1d6;
}