Color names in this palette
CSS code for this palette
/* CSS */
.american-green {
color: #3ab036;
}
.scorpion-green {
color: #5bcf4a;
}
.amazon-parrot {
color: #7aef5d;
}
.grape-green {
color: #a4e69e;
}
.tea-green {
color: #d4f2ba;
}
/* CSS Variables */
:root {
--american-green:#3ab036;
--scorpion-green:#5bcf4a;
--amazon-parrot:#7aef5d;
--grape-green:#a4e69e;
--tea-green:#d4f2ba;
}