Color names in this palette
CSS code for this palette
/* CSS */
.hills-of-ireland {
color: #3f7d3b;
}
.drop-green {
color: #6dbf5f;
}
.lime-lizard {
color: #a3d55d;
}
.maximum-green-yellow {
color: #d8e65c;
}
.australian-mint {
color: #f1f4a9;
}
/* CSS Variables */
:root {
--hills-of-ireland:#3f7d3b;
--drop-green:#6dbf5f;
--lime-lizard:#a3d55d;
--maximum-green-yellow:#d8e65c;
--australian-mint:#f1f4a9;
}