Color names in this palette
CSS code for this palette
/* CSS */
.greenhouse {
color: #3c5e2b;
}
.mary-s-garden {
color: #6a8f3d;
}
.jungle-juice {
color: #9fbf5f;
}
.frozen-forest {
color: #d3e7b6;
}
.mint-grasshopper {
color: #e3f0e0;
}
/* CSS Variables */
:root {
--greenhouse:#3c5e2b;
--mary-s-garden:#6a8f3d;
--jungle-juice:#9fbf5f;
--frozen-forest:#d3e7b6;
--mint-grasshopper:#e3f0e0;
}