Wisteria Dream Color Palette

Discover the beautiful Wisteria Dream color palette featuring wisteria (#9873b5), east side (#a88cca), biloba flower (#c5a6e8), french lilac (#e4c7f0) and blue chalk (#f8e0ff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Purple, Light, Bright, Spring color palettes and combinations.

💡 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 Dream palette

Share this palette to:

💻 Wisteria Dream color palette CSS

/* CSS */
.color-1 {
color: #9873b5;
}
.color-2 {
color: #a88cca;
}
.color-3 {
color: #c5a6e8;
}
.color-4 {
color: #e4c7f0;
}
.color-5 {
color: #f8e0ff;
}

/* CSS Variables */
:root {
--color-1: #9873b5;
--color-2: #a88cca;
--color-3: #c5a6e8;
--color-4: #e4c7f0;
--color-5: #f8e0ff;
}

🌈 Wisteria Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9873b5, #a88cca, #c5a6e8, #e4c7f0, #f8e0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9873b5, #a88cca, #c5a6e8, #e4c7f0, #f8e0ff);
}

Wisteria Dream color palette created on .