Color names in this palette
CSS code for this palette
/* CSS */
.mizukaze-green {
color: #1c3b2a;
}
.parsley-sprig {
color: #3c6d4e;
}
.iguana-green {
color: #6fbe77;
}
.green-trance {
color: #9fd5a0;
}
.nettle-rash {
color: #e4f7e6;
}
/* CSS Variables */
:root {
--mizukaze-green:#1c3b2a;
--parsley-sprig:#3c6d4e;
--iguana-green:#6fbe77;
--green-trance:#9fd5a0;
--nettle-rash:#e4f7e6;
}