Purple Love Color Palette
Discover the beautiful Purple Love color palette featuring daisy bush (#5b2c90), wisteria (#9c6bb3), light orchid (#d9a0d4), azalea (#f5c2d5) and brink pink (#ff618e).
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 Purple Love palette
💻 Purple Love color palette CSS
/* CSS */
.color-1 {
color: #5b2c90;
}
.color-2 {
color: #9c6bb3;
}
.color-3 {
color: #d9a0d4;
}
.color-4 {
color: #f5c2d5;
}
.color-5 {
color: #ff618e;
}
/* CSS Variables */
:root {
--color-1: #5b2c90;
--color-2: #9c6bb3;
--color-3: #d9a0d4;
--color-4: #f5c2d5;
--color-5: #ff618e;
} 🌈 Purple Love background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b2c90, #9c6bb3, #d9a0d4, #f5c2d5, #ff618e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b2c90, #9c6bb3, #d9a0d4, #f5c2d5, #ff618e);
} 🔗 Explore similar color palettes
Purple Love color palette created on .