Color names in this palette
CSS code for this palette
/* CSS */
.green-grass {
color: #3a7e4d;
}
.minted-elegance {
color: #6dc5a9;
}
.menthol-kiss {
color: #a1e2d4;
}
.lazy-daisy {
color: #f3e9a0;
}
.snow-white-blush {
color: #f9aeae;
}
/* CSS Variables */
:root {
--green-grass:#3a7e4d;
--minted-elegance:#6dc5a9;
--menthol-kiss:#a1e2d4;
--lazy-daisy:#f3e9a0;
--snow-white-blush:#f9aeae;
}