Color names in this palette
CSS code for this palette
/* CSS */
.rokush-green {
color: #3e7a4d;
}
.verdant-oasis {
color: #5abf6b;
}
.patrice {
color: #8be4a0;
}
.greedy-green {
color: #d4f9c3;
}
.applemint-soda {
color: #f1f7e9;
}
/* CSS Variables */
:root {
--rokush-green:#3e7a4d;
--verdant-oasis:#5abf6b;
--patrice:#8be4a0;
--greedy-green:#d4f9c3;
--applemint-soda:#f1f7e9;
}