Color names in this palette
CSS code for this palette
/* CSS */
.hills-of-ireland {
color: #3e7e40;
}
.verdant-oasis {
color: #5abf6b;
}
.mother-of-pearl-green {
color: #92d89d;
}
.majestic-treasures {
color: #f2e9a1;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--hills-of-ireland:#3e7e40;
--verdant-oasis:#5abf6b;
--mother-of-pearl-green:#92d89d;
--majestic-treasures:#f2e9a1;
--creamy-sweet-corn:#f9c54e;
}