Color names in this palette
CSS code for this palette
/* CSS */
.slime {
color: #a4ca0c;
}
.two-peas-in-a-pod {
color: #a3d34a;
}
.celery-sprig {
color: #a1d88d;
}
.great-gazoo {
color: #62a76b;
}
.paradise-of-greenery {
color: #3b8c4b;
}
/* CSS Variables */
:root {
--slime:#a4ca0c;
--two-peas-in-a-pod:#a3d34a;
--celery-sprig:#a1d88d;
--great-gazoo:#62a76b;
--paradise-of-greenery:#3b8c4b;
}