Color names in this palette
CSS code for this palette
/* CSS */
.pine {
color: #2b5e36;
}
.autumn-fern {
color: #537b4c;
}
.alfalfa-bug {
color: #7bae6b;
}
.cool-aloe {
color: #a2d69a;
}
.natural-youth {
color: #d5e8b5;
}
/* CSS Variables */
:root {
--pine:#2b5e36;
--autumn-fern:#537b4c;
--alfalfa-bug:#7bae6b;
--cool-aloe:#a2d69a;
--natural-youth:#d5e8b5;
}