Color names in this palette
CSS code for this palette
/* CSS */
.majestic-jungle {
color: #5c7a2e;
}
.spring-sprig {
color: #a3c299;
}
.garden-room {
color: #a8d6a9;
}
.new-hope {
color: #e1f0c1;
}
.airy-green {
color: #d8e2c5;
}
/* CSS Variables */
:root {
--majestic-jungle:#5c7a2e;
--spring-sprig:#a3c299;
--garden-room:#a8d6a9;
--new-hope:#e1f0c1;
--airy-green:#d8e2c5;
}