Color names in this palette
CSS code for this palette
/* CSS */
.cool-as-a-cucumber {
color: #c6d869;
}
.tropic-canary {
color: #b6c738;
}
.tree-frog {
color: #a6b42d;
}
.vigorous-wasabi {
color: #8a9d2a;
}
.trendy-green {
color: #798623;
}
/* CSS Variables */
:root {
--cool-as-a-cucumber:#c6d869;
--tropic-canary:#b6c738;
--tree-frog:#a6b42d;
--vigorous-wasabi:#8a9d2a;
--trendy-green:#798623;
}