Color names in this palette
CSS code for this palette
/* CSS */
.conifer {
color: #acdd4b;
}
.pistachio-green {
color: #a7d4a1;
}
.bermudagrass {
color: #6abe6c;
}
.enviable {
color: #4f9c3a;
}
.san-felix {
color: #2b6e2b;
}
/* CSS Variables */
:root {
--conifer:#acdd4b;
--pistachio-green:#a7d4a1;
--bermudagrass:#6abe6c;
--enviable:#4f9c3a;
--san-felix:#2b6e2b;
}