Color names in this palette
CSS code for this palette
/* CSS */
.french-market {
color: #a3c4a1;
}
.green-masquerade {
color: #8fbb8b;
}
.green-tourmaline {
color: #5fab7d;
}
.illuminati-green {
color: #3c8b6b;
}
.terrestrial {
color: #2e6b56;
}
/* CSS Variables */
:root {
--french-market:#a3c4a1;
--green-masquerade:#8fbb8b;
--green-tourmaline:#5fab7d;
--illuminati-green:#3c8b6b;
--terrestrial:#2e6b56;
}