Purple Dreams Color Palette
Discover the beautiful Purple Dreams color palette featuring eminence (#5b2a7e), wisteria (#a45cb7), prelude (#e2c4e8), mine shaft (#2b2b2b) and affair (#7e4e97).
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 Dreams palette
💻 Purple Dreams color palette CSS
/* CSS */
.color-1 {
color: #5b2a7e;
}
.color-2 {
color: #a45cb7;
}
.color-3 {
color: #e2c4e8;
}
.color-4 {
color: #2b2b2b;
}
.color-5 {
color: #7e4e97;
}
/* CSS Variables */
:root {
--color-1: #5b2a7e;
--color-2: #a45cb7;
--color-3: #e2c4e8;
--color-4: #2b2b2b;
--color-5: #7e4e97;
}
🌈 Purple Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b2a7e, #a45cb7, #e2c4e8, #2b2b2b, #7e4e97);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b2a7e, #a45cb7, #e2c4e8, #2b2b2b, #7e4e97);
}
🔗 Explore similar color palettes
Purple Dreams color palette created on .