Color names in this palette
CSS code for this palette
/* CSS */
.lemon-balm-green {
color: #005227;
}
.charmed-green {
color: #00803e;
}
.green-pigment {
color: #00a851;
}
.hello-spring {
color: #4ad964;
}
.overtone {
color: #a6e7b8;
}
/* CSS Variables */
:root {
--lemon-balm-green:#005227;
--charmed-green:#00803e;
--green-pigment:#00a851;
--hello-spring:#4ad964;
--overtone:#a6e7b8;
}