Purple Dream Color Palette
Discover the beautiful Purple Dream color palette featuring daisy bush (#5b2c90), studio (#8b40ba), lavender (#b75dda), light orchid (#eab8e4) and chantilly (#f6b6d7).
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: #5b2c90;
}
.color-2 {
color: #8b40ba;
}
.color-3 {
color: #b75dda;
}
.color-4 {
color: #eab8e4;
}
.color-5 {
color: #f6b6d7;
}
/* CSS Variables */
:root {
--color-1: #5b2c90;
--color-2: #8b40ba;
--color-3: #b75dda;
--color-4: #eab8e4;
--color-5: #f6b6d7;
}
🌈 Purple Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b2c90, #8b40ba, #b75dda, #eab8e4, #f6b6d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b2c90, #8b40ba, #b75dda, #eab8e4, #f6b6d7);
}
🔗 Explore similar color palettes
Purple Dream color palette created on .