Color names in this palette
CSS code for this palette
/* CSS */
.enviable {
color: #4c9c3a;
}
.fierce-mantis {
color: #7fbf5a;
}
.pistachio-green {
color: #a8d59f;
}
.light-green-veil {
color: #e8f3d3;
}
.milk-foam {
color: #f4ffeb;
}
/* CSS Variables */
:root {
--enviable:#4c9c3a;
--fierce-mantis:#7fbf5a;
--pistachio-green:#a8d59f;
--light-green-veil:#e8f3d3;
--milk-foam:#f4ffeb;
}