Color names in this palette
CSS code for this palette
/* CSS */
.cabbage-blossom-violet {
color: #704d7a;
}
.lady-like {
color: #9b7d9b;
}
.heart-to-heart {
color: #d2a7c7;
}
.cotton-candy-aesthetic {
color: #f5b7e6;
}
.matt-pink {
color: #ffb3c1;
}
/* CSS Variables */
:root {
--cabbage-blossom-violet:#704d7a;
--lady-like:#9b7d9b;
--heart-to-heart:#d2a7c7;
--cotton-candy-aesthetic:#f5b7e6;
--matt-pink:#ffb3c1;
}