Whispers of Wisteria Color Palette

Discover the beautiful Whispers of Wisteria color palette featuring logan (#a9a3c8), east side (#bba0d4), prelude (#d3b2e0), snuff (#e6cae7) and vanilla ice (#f2cfdf).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Lavender, Soft, Spring, Vibrant 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 Whispers of Wisteria palette

Share this palette to:

💻 Whispers of Wisteria color palette CSS

/* CSS */
.color-1 {
color: #a9a3c8;
}
.color-2 {
color: #bba0d4;
}
.color-3 {
color: #d3b2e0;
}
.color-4 {
color: #e6cae7;
}
.color-5 {
color: #f2cfdf;
}

/* CSS Variables */
:root {
--color-1: #a9a3c8;
--color-2: #bba0d4;
--color-3: #d3b2e0;
--color-4: #e6cae7;
--color-5: #f2cfdf;
}

🌈 Whispers of Wisteria background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9a3c8, #bba0d4, #d3b2e0, #e6cae7, #f2cfdf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9a3c8, #bba0d4, #d3b2e0, #e6cae7, #f2cfdf);
}

Whispers of Wisteria color palette created on .