Purple Dream Color Palette
Discover the beautiful Purple Dream color palette featuring meteorite (#3b1e6b), victoria (#5d3f88), trendy pink (#8f6da2), light wisteria (#b89edc) and we peep (#f2c4e4).
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 Dream palette
💻 Purple Dream color palette CSS
/* CSS */
.color-1 {
color: #3b1e6b;
}
.color-2 {
color: #5d3f88;
}
.color-3 {
color: #8f6da2;
}
.color-4 {
color: #b89edc;
}
.color-5 {
color: #f2c4e4;
}
/* CSS Variables */
:root {
--color-1: #3b1e6b;
--color-2: #5d3f88;
--color-3: #8f6da2;
--color-4: #b89edc;
--color-5: #f2c4e4;
} 🌈 Purple Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b1e6b, #5d3f88, #8f6da2, #b89edc, #f2c4e4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b1e6b, #5d3f88, #8f6da2, #b89edc, #f2c4e4);
} 🔗 Explore similar color palettes
Purple Dream color palette created on .