Color names in this palette
CSS code for this palette
/* CSS */
.kryptonite-green {
color: #4a9b46;
}
.bermudagrass {
color: #69bf74;
}
.patrice {
color: #8cdea2;
}
.fringy-flower {
color: #b2e1b9;
}
.lemon-sugar {
color: #f2f9e1;
}
/* CSS Variables */
:root {
--kryptonite-green:#4a9b46;
--bermudagrass:#69bf74;
--patrice:#8cdea2;
--fringy-flower:#b2e1b9;
--lemon-sugar:#f2f9e1;
}