Color names in this palette
CSS code for this palette
/* CSS */
.irish {
color: #3e8e5d;
}
.spearmint-burst {
color: #5abf89;
}
.sprig-of-mint {
color: #8ee1b5;
}
.cactus-water {
color: #d4f7e1;
}
.mint-cream {
color: #f5fff9;
}
/* CSS Variables */
:root {
--irish:#3e8e5d;
--spearmint-burst:#5abf89;
--sprig-of-mint:#8ee1b5;
--cactus-water:#d4f7e1;
--mint-cream:#f5fff9;
}