Color names in this palette
CSS code for this palette
/* CSS */
.la-palma {
color: #4b8d2a;
}
.jubilant-meadow {
color: #77b72a;
}
.lime-lizard {
color: #a1d459;
}
.dingy-sticky-note {
color: #e2f09e;
}
.australian-mint {
color: #f2f5a8;
}
/* CSS Variables */
:root {
--la-palma:#4b8d2a;
--jubilant-meadow:#77b72a;
--lime-lizard:#a1d459;
--dingy-sticky-note:#e2f09e;
--australian-mint:#f2f5a8;
}