CSS code for this palette
/* CSS */
.pepper-grass {
color: #7c9c49;
}
.cos {
color: #a1c68b;
}
.beige {
color: #e5d9a4;
}
.love-spell {
color: #f6b6c7;
}
.peppermint-swirl {
color: #d55d7f;
}
/* CSS Variables */
:root {
--pepper-grass:#7c9c49;
--cos:#a1c68b;
--beige:#e5d9a4;
--love-spell:#f6b6c7;
--peppermint-swirl:#d55d7f;
}