Wisteria Crow Color Palette

Discover the beautiful Wisteria Crow color palette featuring blue marguerite (#6a5bcd), blue marguerite (#8869bf), dull lavender (#b8a1e3), prelude (#d1c3e9) and blue chalk (#f3ebff).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Wisteria Crow color palette CSS

/* CSS */
.color-1 {
color: #6a5bcd;
}
.color-2 {
color: #8869bf;
}
.color-3 {
color: #b8a1e3;
}
.color-4 {
color: #d1c3e9;
}
.color-5 {
color: #f3ebff;
}

/* CSS Variables */
:root {
--color-1: #6a5bcd;
--color-2: #8869bf;
--color-3: #b8a1e3;
--color-4: #d1c3e9;
--color-5: #f3ebff;
}

🌈 Wisteria Crow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5bcd, #8869bf, #b8a1e3, #d1c3e9, #f3ebff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5bcd, #8869bf, #b8a1e3, #d1c3e9, #f3ebff);
}

Wisteria Crow color palette created on .