Color names in this palette
CSS code for this palette
/* CSS */
.palm-leaf {
color: #2e492c;
}
.discover-deco {
color: #4b8b4d;
}
.primo {
color: #7cbe6f;
}
.pistachio-green {
color: #a7d6a4;
}
.lime-granita {
color: #d9e1b7;
}
/* CSS Variables */
:root {
--palm-leaf:#2e492c;
--discover-deco:#4b8b4d;
--primo:#7cbe6f;
--pistachio-green:#a7d6a4;
--lime-granita:#d9e1b7;
}