Color names in this palette
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;
}