Color names in this palette
CSS code for this palette
/* CSS */
.lime-cream {
color: #d1e3b0;
}
.pistachio-green {
color: #a8d4a0;
}
.serengeti-green {
color: #6dd08c;
}
.fruit-salad {
color: #4ba052;
}
.beer-garden {
color: #3d9b3b;
}
/* CSS Variables */
:root {
--lime-cream:#d1e3b0;
--pistachio-green:#a8d4a0;
--serengeti-green:#6dd08c;
--fruit-salad:#4ba052;
--beer-garden:#3d9b3b;
}