Vibrant Purple Dream Color Palette
Discover the beautiful Vibrant Purple Dream color palette featuring mauve (#e0b3ff), heliotrope (#c880ff), heliotrope (#a66bff), cornflower blue (#7b57ff) and electric violet (#4d3dff).
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: #e0b3ff;
}
.color-2 {
color: #c880ff;
}
.color-3 {
color: #a66bff;
}
.color-4 {
color: #7b57ff;
}
.color-5 {
color: #4d3dff;
}
/* CSS Variables */
:root {
--color-1: #e0b3ff;
--color-2: #c880ff;
--color-3: #a66bff;
--color-4: #7b57ff;
--color-5: #4d3dff;
} 🌈 Vibrant Purple Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0b3ff, #c880ff, #a66bff, #7b57ff, #4d3dff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0b3ff, #c880ff, #a66bff, #7b57ff, #4d3dff);
} 🔗 Explore similar color palettes
Vibrant Purple Dream color palette created on .