Purple Dream Color Palette
Discover the beautiful Purple Dream color palette featuring titan white (#fafaff), french lilac (#e4d5f1), snuff (#d6c7e1), lavender (#b57fdc) and wisteria (#a66abe).
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: #fafaff;
}
.color-2 {
color: #e4d5f1;
}
.color-3 {
color: #d6c7e1;
}
.color-4 {
color: #b57fdc;
}
.color-5 {
color: #a66abe;
}
/* CSS Variables */
:root {
--color-1: #fafaff;
--color-2: #e4d5f1;
--color-3: #d6c7e1;
--color-4: #b57fdc;
--color-5: #a66abe;
} 🌈 Purple Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fafaff, #e4d5f1, #d6c7e1, #b57fdc, #a66abe);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fafaff, #e4d5f1, #d6c7e1, #b57fdc, #a66abe);
} 🔗 Explore similar color palettes
Purple Dream color palette created on .