Light Wisteria Color Palette

Discover the beautiful Light Wisteria color palette featuring light wisteria (#d5a4df), east side (#c0a4d5), east side (#a389c8), trendy pink (#8d6a9a) and mulled wine (#5c4b7c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Flower, Purple, Light 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: #d5a4df;
}
.color-2 {
color: #c0a4d5;
}
.color-3 {
color: #a389c8;
}
.color-4 {
color: #8d6a9a;
}
.color-5 {
color: #5c4b7c;
}

/* CSS Variables */
:root {
--color-1: #d5a4df;
--color-2: #c0a4d5;
--color-3: #a389c8;
--color-4: #8d6a9a;
--color-5: #5c4b7c;
}

🌈 Light Wisteria background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5a4df, #c0a4d5, #a389c8, #8d6a9a, #5c4b7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5a4df, #c0a4d5, #a389c8, #8d6a9a, #5c4b7c);
}

Light Wisteria color palette created on .