Sweetheart Crepe Plum Color Palette
Discover the beautiful Sweetheart Crepe Plum color palette featuring strikemaster (#9f5b9a), lilac (#d19fc7), chantilly (#f6c1e5), illusion (#f3a5c0) and deep blush (#e76a8f).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Sweetheart Crepe Plum palette
💻 Sweetheart Crepe Plum color palette CSS
/* CSS */
.color-1 {
color: #9f5b9a;
}
.color-2 {
color: #d19fc7;
}
.color-3 {
color: #f6c1e5;
}
.color-4 {
color: #f3a5c0;
}
.color-5 {
color: #e76a8f;
}
/* CSS Variables */
:root {
--color-1: #9f5b9a;
--color-2: #d19fc7;
--color-3: #f6c1e5;
--color-4: #f3a5c0;
--color-5: #e76a8f;
} 🌈 Sweetheart Crepe Plum background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9f5b9a, #d19fc7, #f6c1e5, #f3a5c0, #e76a8f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9f5b9a, #d19fc7, #f6c1e5, #f3a5c0, #e76a8f);
} 🔗 Explore similar color palettes
Sweetheart Crepe Plum color palette created on .