Color names in this palette
CSS code for this palette
/* CSS */
.french-market {
color: #a2c9a1;
}
.green-masquerade {
color: #8cc08d;
}
.citronella {
color: #68b67b;
}
.chateau-green {
color: #3c9a5b;
}
.st-patrick {
color: #2a894e;
}
/* CSS Variables */
:root {
--french-market:#a2c9a1;
--green-masquerade:#8cc08d;
--citronella:#68b67b;
--chateau-green:#3c9a5b;
--st-patrick:#2a894e;
}