Color names in this palette
CSS code for this palette
/* CSS */
.stem-green {
color: #addf96;
}
.lemures {
color: #bdb9d4;
}
.pink-lavender {
color: #d7b2c9;
}
.light-spearmint-ice {
color: #cfddd8;
}
.do-not-disturb {
color: #989d53;
}
/* CSS Variables */
:root {
--stem-green:#addf96;
--lemures:#bdb9d4;
--pink-lavender:#d7b2c9;
--light-spearmint-ice:#cfddd8;
--do-not-disturb:#989d53;
}