Color names in this palette
CSS code for this palette
/* CSS */
.cadmium-violet {
color: #7a3f9d;
}
.moonlight-melody {
color: #b76cb2;
}
.light-orchid {
color: #e9a5d1;
}
.cherry-blossom {
color: #f5c2d3;
}
.poetic-princess {
color: #f9e1e5;
}
/* CSS Variables */
:root {
--cadmium-violet:#7a3f9d;
--moonlight-melody:#b76cb2;
--light-orchid:#e9a5d1;
--cherry-blossom:#f5c2d3;
--poetic-princess:#f9e1e5;
}