Color names in this palette
CSS code for this palette
/* CSS */
.arcala-green {
color: #3a6e3d;
}
.belfast {
color: #5a894d;
}
.grassy-meadow {
color: #78a65e;
}
.opaline-green {
color: #a3c97e;
}
.lasting-thoughts {
color: #d1e8b0;
}
/* CSS Variables */
:root {
--arcala-green:#3a6e3d;
--belfast:#5a894d;
--grassy-meadow:#78a65e;
--opaline-green:#a3c97e;
--lasting-thoughts:#d1e8b0;
}