CSS code for this palette
/* CSS */
.fizz {
color: #b3daaa;
}
.retro-mint {
color: #a0cfaf;
}
.andean-slate {
color: #8db09c;
}
.grandview {
color: #6b8e7b;
}
.sabal-palm {
color: #4a6d4d;
}
/* CSS Variables */
:root {
--fizz:#b3daaa;
--retro-mint:#a0cfaf;
--andean-slate:#8db09c;
--grandview:#6b8e7b;
--sabal-palm:#4a6d4d;
}