Color names in this palette
CSS code for this palette
/* CSS */
.arcala-green {
color: #3c6d3d;
}
.lush-grass {
color: #4c8c4a;
}
.ready-lawn {
color: #78a66e;
}
.green-trance {
color: #a4d6a8;
}
.weathered-mint {
color: #e5f8e2;
}
/* CSS Variables */
:root {
--arcala-green:#3c6d3d;
--lush-grass:#4c8c4a;
--ready-lawn:#78a66e;
--green-trance:#a4d6a8;
--weathered-mint:#e5f8e2;
}