CSS code for this palette
/* CSS */
.nordic {
color: #1d3f3d;
}
.green-moray {
color: #3d7b69;
}
.puerto-rico {
color: #58b69f;
}
.grape-green {
color: #a8e2a1;
}
.chiffon {
color: #f4f7bb;
}
/* CSS Variables */
:root {
--nordic:#1d3f3d;
--green-moray:#3d7b69;
--puerto-rico:#58b69f;
--grape-green:#a8e2a1;
--chiffon:#f4f7bb;
}