Light Wisteria Color Palette

Discover the beautiful Light Wisteria color palette featuring east side (#bea1d4), east side (#a97ec9), wisteria (#9c5eb0), affair (#6b4b8b) and jacarta (#3b296a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Lavender, Light, Purple, Soft, Violet, Wisteria 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: #bea1d4;
}
.color-2 {
color: #a97ec9;
}
.color-3 {
color: #9c5eb0;
}
.color-4 {
color: #6b4b8b;
}
.color-5 {
color: #3b296a;
}

/* CSS Variables */
:root {
--color-1: #bea1d4;
--color-2: #a97ec9;
--color-3: #9c5eb0;
--color-4: #6b4b8b;
--color-5: #3b296a;
}

🌈 Light Wisteria background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bea1d4, #a97ec9, #9c5eb0, #6b4b8b, #3b296a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bea1d4, #a97ec9, #9c5eb0, #6b4b8b, #3b296a);
}

Light Wisteria color palette created on .