Purple Pink Color Palette
Discover the beautiful Purple Pink color palette featuring amaranth (#e92063), razzmatazz (#d6006f), seance (#9b27b0), royal purple (#673ab6) and san marino (#4051b5).
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 Pink palette
💻 Purple Pink color palette CSS
/* CSS */
.color-1 {
color: #e92063;
}
.color-2 {
color: #d6006f;
}
.color-3 {
color: #9b27b0;
}
.color-4 {
color: #673ab6;
}
.color-5 {
color: #4051b5;
}
/* CSS Variables */
:root {
--color-1: #e92063;
--color-2: #d6006f;
--color-3: #9b27b0;
--color-4: #673ab6;
--color-5: #4051b5;
} 🌈 Purple Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e92063, #d6006f, #9b27b0, #673ab6, #4051b5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e92063, #d6006f, #9b27b0, #673ab6, #4051b5);
} 🔗 Explore similar color palettes
Purple Pink color palette created on .