Color names in this palette
CSS code for this palette
/* CSS */
.grape-green {
color: #a8e1a3;
}
.green-trance {
color: #9fd6a5;
}
.greek-garden {
color: #8bcb8c;
}
.citronella {
color: #68b67b;
}
.fresh-oregano {
color: #4fb06e;
}
/* CSS Variables */
:root {
--grape-green:#a8e1a3;
--green-trance:#9fd6a5;
--greek-garden:#8bcb8c;
--citronella:#68b67b;
--fresh-oregano:#4fb06e;
}