Purple Dream Color Palette
Discover the beautiful Purple Dream color palette featuring wisteria (#a45db6), lavender (#d58cde), light orchid (#e6a2e3), classic rose (#f9c8f6) and cotton candy (#ffc2df).
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: #a45db6;
}
.color-2 {
color: #d58cde;
}
.color-3 {
color: #e6a2e3;
}
.color-4 {
color: #f9c8f6;
}
.color-5 {
color: #ffc2df;
}
/* CSS Variables */
:root {
--color-1: #a45db6;
--color-2: #d58cde;
--color-3: #e6a2e3;
--color-4: #f9c8f6;
--color-5: #ffc2df;
} 🌈 Purple Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a45db6, #d58cde, #e6a2e3, #f9c8f6, #ffc2df);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a45db6, #d58cde, #e6a2e3, #f9c8f6, #ffc2df);
} 🔗 Explore similar color palettes
Purple Dream color palette created on .