Color names in this palette
CSS code for this palette
/* CSS */
.heath-spotted-orchid {
color: #a25d9d;
}
.cheddar-pink-mauve {
color: #b57daa;
}
.clover-pink {
color: #d09ac1;
}
.manga-pink {
color: #f2bad4;
}
.soft-lavender {
color: #f7e3f3;
}
/* CSS Variables */
:root {
--heath-spotted-orchid:#a25d9d;
--cheddar-pink-mauve:#b57daa;
--clover-pink:#d09ac1;
--manga-pink:#f2bad4;
--soft-lavender:#f7e3f3;
}