Color names in this palette
CSS code for this palette
/* CSS */
.hills-of-ireland {
color: #3a7e44;
}
.young-fern {
color: #6ebf7b;
}
.frugal {
color: #a3d7b1;
}
.radiant-sun {
color: #f1c950;
}
.ornery-tangerine {
color: #f67e23;
}
/* CSS Variables */
:root {
--hills-of-ireland:#3a7e44;
--young-fern:#6ebf7b;
--frugal:#a3d7b1;
--radiant-sun:#f1c950;
--ornery-tangerine:#f67e23;
}