Color names in this palette
CSS code for this palette
/* CSS */
.hills-of-ireland {
color: #3a7e3c;
}
.emerald-cory {
color: #5abf6e;
}
.peaceful-pastures {
color: #91d9a9;
}
.chicon {
color: #d8eab3;
}
.warm-turbulence {
color: #f3f6df;
}
/* CSS Variables */
:root {
--hills-of-ireland:#3a7e3c;
--emerald-cory:#5abf6e;
--peaceful-pastures:#91d9a9;
--chicon:#d8eab3;
--warm-turbulence:#f3f6df;
}