All Palettes

Color Palette #3dff51, #9dff8a, #d3ffb8, #f5ffdb, #ffffff

0%
0%
0%

CSS code for this palette

/* CSS */
.bright-light-green {
color: #3dff51;
}
.cobalt-green {
color: #9dff8a;
}
.greedy-green {
color: #d3ffb8;
}
.apple-martini {
color: #f5ffdb;
}
.white {
color: #ffffff;
}

/* CSS Variables */
:root {
--bright-light-green:#3dff51;
--cobalt-green:#9dff8a;
--greedy-green:#d3ffb8;
--apple-martini:#f5ffdb;
--white:#ffffff;
}

More palettes to explore