Color names in this palette
CSS code for this palette
/* CSS */
.green-andara {
color: #b0c4a1;
}
.laurel-green {
color: #a8bba0;
}
.grandview {
color: #6b8e7b;
}
.peppermint-patty {
color: #d2e5d6;
}
.zanah {
color: #b1c8b1;
}
/* CSS Variables */
:root {
--green-andara:#b0c4a1;
--laurel-green:#a8bba0;
--grandview:#6b8e7b;
--peppermint-patty:#d2e5d6;
--zanah:#b1c8b1;
}