Discover the beautiful Purple Dream color palette featuring royal purple (#6a3e98), fuchsia blue (#8d5fbf), lavender (#b68bda), perfume (#d3a1f2) and mauve (#f3c7ff).
Purple Dream Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 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
Explore how the Purple Dream palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Purple Dream palette
💻 Purple Dream color palette CSS
/* CSS */
.color-1 {
color: #6a3e98;
}
.color-2 {
color: #8d5fbf;
}
.color-3 {
color: #b68bda;
}
.color-4 {
color: #d3a1f2;
}
.color-5 {
color: #f3c7ff;
}
/* CSS Variables */
:root {
--color-1: #6a3e98;
--color-2: #8d5fbf;
--color-3: #b68bda;
--color-4: #d3a1f2;
--color-5: #f3c7ff;
}
🌈 Purple Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a3e98, #8d5fbf, #b68bda, #d3a1f2, #f3c7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a3e98, #8d5fbf, #b68bda, #d3a1f2, #f3c7ff);
}
🔗 Explore similar color palettes
Purple Dream color palette created on .