Color names in this palette
CSS code for this palette
/* CSS */
.nature-s-delight {
color: #a9d68f;
}
.bright-lettuce {
color: #8dcf5e;
}
.bitter-dandelion {
color: #6bbf3b;
}
.botanical-garden {
color: #4bac1b;
}
.grass-green {
color: #3a9915;
}
/* CSS Variables */
:root {
--nature-s-delight:#a9d68f;
--bright-lettuce:#8dcf5e;
--bitter-dandelion:#6bbf3b;
--botanical-garden:#4bac1b;
--grass-green:#3a9915;
}