Color names in this palette
CSS code for this palette
/* CSS */
.deep-plum {
color: #4a2c59;
}
.cabbage-blossom-violet {
color: #704d7a;
}
.heart-potion {
color: #a97bb2;
}
.sweetheart {
color: #f4c3d6;
}
.veiled-pink {
color: #f9e0d7;
}
/* CSS Variables */
:root {
--deep-plum:#4a2c59;
--cabbage-blossom-violet:#704d7a;
--heart-potion:#a97bb2;
--sweetheart:#f4c3d6;
--veiled-pink:#f9e0d7;
}