Color names in this palette
CSS code for this palette
/* CSS */
.lattice-work {
color: #bae3c3;
}
.green-trance {
color: #a6d5a5;
}
.foul-green {
color: #87c4a3;
}
.garden-variety {
color: #69b58a;
}
.fresh-oregano {
color: #4da86e;
}
/* CSS Variables */
:root {
--lattice-work:#bae3c3;
--green-trance:#a6d5a5;
--foul-green:#87c4a3;
--garden-variety:#69b58a;
--fresh-oregano:#4da86e;
}