Color names in this palette
CSS code for this palette
/* CSS */
.flower-stem {
color: #b1d8b1;
}
.frosted-mint {
color: #e4f1e4;
}
.french-market {
color: #a4c6a4;
}
.misty-lawn {
color: #def7de;
}
.chayote {
color: #c7e1c7;
}
/* CSS Variables */
:root {
--flower-stem:#b1d8b1;
--frosted-mint:#e4f1e4;
--french-market:#a4c6a4;
--misty-lawn:#def7de;
--chayote:#c7e1c7;
}