Color names in this palette
CSS code for this palette
/* CSS */
.rokush-green {
color: #3d7b50;
}
.fresh-oregano {
color: #4fb06e;
}
.frugal {
color: #a6d8b4;
}
.toxic-latte {
color: #e2f8e7;
}
.tea-green {
color: #d1f4c3;
}
/* CSS Variables */
:root {
--rokush-green:#3d7b50;
--fresh-oregano:#4fb06e;
--frugal:#a6d8b4;
--toxic-latte:#e2f8e7;
--tea-green:#d1f4c3;
}