Wisteria Dreams Color Palette
Discover the beautiful Wisteria Dreams color palette featuring prelude (#dcc6e8), east side (#b387c7), wisteria (#8d67ac), gigas (#5a3783) and grape (#33184f).
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 Wisteria Dreams palette
💻 Wisteria Dreams color palette CSS
/* CSS */
.color-1 {
color: #dcc6e8;
}
.color-2 {
color: #b387c7;
}
.color-3 {
color: #8d67ac;
}
.color-4 {
color: #5a3783;
}
.color-5 {
color: #33184f;
}
/* CSS Variables */
:root {
--color-1: #dcc6e8;
--color-2: #b387c7;
--color-3: #8d67ac;
--color-4: #5a3783;
--color-5: #33184f;
} 🌈 Wisteria Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dcc6e8, #b387c7, #8d67ac, #5a3783, #33184f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dcc6e8, #b387c7, #8d67ac, #5a3783, #33184f);
} 🔗 Explore similar color palettes
Wisteria Dreams color palette created on .