CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.mint-fizz {
color: #e7f3e7;
}
.jade-spell {
color: #c1e6d4;
}
.southern-belle {
color: #a3d7c5;
}
.mintnight {
color: #7ebeb1;
}
/* CSS Variables */
:root {
--white:#ffffff;
--mint-fizz:#e7f3e7;
--jade-spell:#c1e6d4;
--southern-belle:#a3d7c5;
--mintnight:#7ebeb1;
}