Color names in this palette
CSS code for this palette
/* CSS */
.shanghai-jade {
color: #a9dab6;
}
.young-bamboo {
color: #69bf8a;
}
.fresh-oregano {
color: #4baf6b;
}
.grasslands {
color: #3a784c;
}
.espalier {
color: #2d5c3f;
}
/* CSS Variables */
:root {
--shanghai-jade:#a9dab6;
--young-bamboo:#69bf8a;
--fresh-oregano:#4baf6b;
--grasslands:#3a784c;
--espalier:#2d5c3f;
}