Color names in this palette
CSS code for this palette
/* CSS */
.burst-of-lime {
color: #a8d63d;
}
.sapling {
color: #a1c75c;
}
.jasmine-green {
color: #7fbf3b;
}
.green-seduction {
color: #4db027;
}
.grass-green {
color: #3b9e1a;
}
/* CSS Variables */
:root {
--burst-of-lime:#a8d63d;
--sapling:#a1c75c;
--jasmine-green:#7fbf3b;
--green-seduction:#4db027;
--grass-green:#3b9e1a;
}