Color names in this palette
CSS code for this palette
/* CSS */
.mermaid-s-tail {
color: #3b7e35;
}
.golf-course {
color: #5c9b4b;
}
.apple-orchard {
color: #8fc66c;
}
.green-fig {
color: #b5a478;
}
.ber-umber {
color: #795a39;
}
/* CSS Variables */
:root {
--mermaid-s-tail:#3b7e35;
--golf-course:#5c9b4b;
--apple-orchard:#8fc66c;
--green-fig:#b5a478;
--ber-umber:#795a39;
}