Color names in this palette
CSS code for this palette
/* CSS */
.rust-magenta {
color: #966488;
}
.violet-whimsy {
color: #b58cb5;
}
.pastel-lavender {
color: #d69fc2;
}
.sweetheart {
color: #f1c1d6;
}
.soft-lavender {
color: #f8e2f3;
}
/* CSS Variables */
:root {
--rust-magenta:#966488;
--violet-whimsy:#b58cb5;
--pastel-lavender:#d69fc2;
--sweetheart:#f1c1d6;
--soft-lavender:#f8e2f3;
}