Color names in this palette
CSS code for this palette
/* CSS */
.vers-de-terre {
color: #a9e0a9;
}
.mint-parfait {
color: #b7e6b7;
}
.peasful-mint {
color: #c4edc4;
}
.herbal-vapors {
color: #e1ffc2;
}
.afternoon-stroll {
color: #d7c4a3;
}
/* CSS Variables */
:root {
--vers-de-terre:#a9e0a9;
--mint-parfait:#b7e6b7;
--peasful-mint:#c4edc4;
--herbal-vapors:#e1ffc2;
--afternoon-stroll:#d7c4a3;
}