Light Wisteria Color Palette

Discover the beautiful Light Wisteria color palette featuring prelude (#d5c2e5), light wisteria (#caa2dd), east side (#b68ccf), wisteria (#a669bf) and affair (#7d4c9a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Purple, Soft, 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 Light Wisteria palette

Share this palette to:

💻 Light Wisteria color palette CSS

/* CSS */
.color-1 {
color: #d5c2e5;
}
.color-2 {
color: #caa2dd;
}
.color-3 {
color: #b68ccf;
}
.color-4 {
color: #a669bf;
}
.color-5 {
color: #7d4c9a;
}

/* CSS Variables */
:root {
--color-1: #d5c2e5;
--color-2: #caa2dd;
--color-3: #b68ccf;
--color-4: #a669bf;
--color-5: #7d4c9a;
}

🌈 Light Wisteria background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c2e5, #caa2dd, #b68ccf, #a669bf, #7d4c9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c2e5, #caa2dd, #b68ccf, #a669bf, #7d4c9a);
}

Light Wisteria color palette created on .