Color names in this palette
CSS code for this palette
/* CSS */
.pure-apple {
color: #6bbf4a;
}
.last-of-lettuce {
color: #a9d96d;
}
.dingy-sticky-note {
color: #e5f1a7;
}
.storm-lightning {
color: #f6e69d;
}
.mango-margarita {
color: #f3b44f;
}
/* CSS Variables */
:root {
--pure-apple:#6bbf4a;
--last-of-lettuce:#a9d96d;
--dingy-sticky-note:#e5f1a7;
--storm-lightning:#f6e69d;
--mango-margarita:#f3b44f;
}