Purple Dream Color Palette
Discover the beautiful Purple Dream color palette featuring prelude (#d6c2e5), east side (#b5a2d2), east side (#9f8ccf), deluge (#7f609f) and victoria (#5d3a7e).
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: #d6c2e5;
}
.color-2 {
color: #b5a2d2;
}
.color-3 {
color: #9f8ccf;
}
.color-4 {
color: #7f609f;
}
.color-5 {
color: #5d3a7e;
}
/* CSS Variables */
:root {
--color-1: #d6c2e5;
--color-2: #b5a2d2;
--color-3: #9f8ccf;
--color-4: #7f609f;
--color-5: #5d3a7e;
} 🌈 Purple Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c2e5, #b5a2d2, #9f8ccf, #7f609f, #5d3a7e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c2e5, #b5a2d2, #9f8ccf, #7f609f, #5d3a7e);
} 🔗 Explore similar color palettes
Purple Dream color palette created on .