Color names in this palette
CSS code for this palette
/* CSS */
.la-palma {
color: #4d8d2a;
}
.ultra-green {
color: #80bf4f;
}
.pistachio-green {
color: #a7d7a2;
}
.lasting-thoughts {
color: #d1e8b0;
}
.limited-lime {
color: #eae9b8;
}
/* CSS Variables */
:root {
--la-palma:#4d8d2a;
--ultra-green:#80bf4f;
--pistachio-green:#a7d7a2;
--lasting-thoughts:#d1e8b0;
--limited-lime:#eae9b8;
}