Color names in this palette
CSS code for this palette
/* CSS */
.green-pea {
color: #1d6243;
}
.amazon {
color: #397959;
}
.lawn-party {
color: #5eb06c;
}
.nature-s-delight {
color: #a2d68f;
}
.dingy-sticky-note {
color: #e3f2a1;
}
/* CSS Variables */
:root {
--green-pea:#1d6243;
--amazon:#397959;
--lawn-party:#5eb06c;
--nature-s-delight:#a2d68f;
--dingy-sticky-note:#e3f2a1;
}