Purple Dreams Color Palette
Discover the beautiful Purple Dreams color palette featuring east side (#b69dd2), east side (#a780cb), blue marguerite (#8c6cc6), butterfly bush (#5b4a96) and jacarta (#3e2a6f).
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: #b69dd2;
}
.color-2 {
color: #a780cb;
}
.color-3 {
color: #8c6cc6;
}
.color-4 {
color: #5b4a96;
}
.color-5 {
color: #3e2a6f;
}
/* CSS Variables */
:root {
--color-1: #b69dd2;
--color-2: #a780cb;
--color-3: #8c6cc6;
--color-4: #5b4a96;
--color-5: #3e2a6f;
} 🌈 Purple Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b69dd2, #a780cb, #8c6cc6, #5b4a96, #3e2a6f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b69dd2, #a780cb, #8c6cc6, #5b4a96, #3e2a6f);
} 🔗 Explore similar color palettes
Purple Dreams color palette created on .