Color names in this palette
CSS code for this palette
/* CSS */
.rokush-green {
color: #3d7b50;
}
.lawn-party {
color: #60af6e;
}
.serengeti-green {
color: #7ece8e;
}
.grape-green {
color: #a3e6a2;
}
.distilled-venom {
color: #c6f7b6;
}
/* CSS Variables */
:root {
--rokush-green:#3d7b50;
--lawn-party:#60af6e;
--serengeti-green:#7ece8e;
--grape-green:#a3e6a2;
--distilled-venom:#c6f7b6;
}