Color names in this palette
CSS code for this palette
/* CSS */
.wild-thyme {
color: #7d9b6f;
}
.a-mann-s-mint {
color: #bad9b5;
}
.sandy-shore {
color: #f2e7ba;
}
.my-fair-lady {
color: #f4c4c3;
}
.kacey-s-pink {
color: #e84a7f;
}
/* CSS Variables */
:root {
--wild-thyme:#7d9b6f;
--a-mann-s-mint:#bad9b5;
--sandy-shore:#f2e7ba;
--my-fair-lady:#f4c4c3;
--kacey-s-pink:#e84a7f;
}