CSS code for this palette
/* CSS */
.amazon {
color: #3a7856;
}
.great-gazoo {
color: #5da86e;
}
.may-apple {
color: #90d594;
}
.fairway-mist {
color: #cee6b2;
}
.full-moon {
color: #f5f4e0;
}
/* CSS Variables */
:root {
--amazon:#3a7856;
--great-gazoo:#5da86e;
--may-apple:#90d594;
--fairway-mist:#cee6b2;
--full-moon:#f5f4e0;
}