Vibrant Purple Dream Color Palette
Discover the beautiful Vibrant Purple Dream color palette featuring perfume (#e2a3f0), true v (#8c6ed4), butterfly bush (#5b4a96), martinique (#3e3b5e) and ebony clay (#2c2b40).
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 Vibrant Purple Dream palette
💻 Vibrant Purple Dream color palette CSS
/* CSS */
.color-1 {
color: #e2a3f0;
}
.color-2 {
color: #8c6ed4;
}
.color-3 {
color: #5b4a96;
}
.color-4 {
color: #3e3b5e;
}
.color-5 {
color: #2c2b40;
}
/* CSS Variables */
:root {
--color-1: #e2a3f0;
--color-2: #8c6ed4;
--color-3: #5b4a96;
--color-4: #3e3b5e;
--color-5: #2c2b40;
} 🌈 Vibrant Purple Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2a3f0, #8c6ed4, #5b4a96, #3e3b5e, #2c2b40);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2a3f0, #8c6ed4, #5b4a96, #3e3b5e, #2c2b40);
} 🔗 Explore similar color palettes
Vibrant Purple Dream color palette created on .