Color names in this palette
CSS code for this palette
/* CSS */
.clover-patch {
color: #4c9e5b;
}
.young-bamboo {
color: #69bf8a;
}
.irish-spring {
color: #8fd1a7;
}
.mint-parfait {
color: #b7e6b8;
}
.white-sulfur {
color: #eff9e7;
}
/* CSS Variables */
:root {
--clover-patch:#4c9e5b;
--young-bamboo:#69bf8a;
--irish-spring:#8fd1a7;
--mint-parfait:#b7e6b8;
--white-sulfur:#eff9e7;
}