CSS code for this palette
/* CSS */
.green-pea {
color: #1d6243;
}
.irish {
color: #3d8a59;
}
.snow-pea {
color: #71cc7b;
}
.overtone {
color: #a8e6b1;
}
.toxic-latte {
color: #e2f8e6;
}
/* CSS Variables */
:root {
--green-pea:#1d6243;
--irish:#3d8a59;
--snow-pea:#71cc7b;
--overtone:#a8e6b1;
--toxic-latte:#e2f8e6;
}