Whispering Lilacs Color Palette

Discover the beautiful Whispering Lilacs color palette featuring cold purple (#b5a3e0), prelude (#d0c0e7), snuff (#e5d7ef), prelude (#e1b9e4) and viola (#c97ec5).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Whispering Lilacs color palette CSS

/* CSS */
.color-1 {
color: #b5a3e0;
}
.color-2 {
color: #d0c0e7;
}
.color-3 {
color: #e5d7ef;
}
.color-4 {
color: #e1b9e4;
}
.color-5 {
color: #c97ec5;
}

/* CSS Variables */
:root {
--color-1: #b5a3e0;
--color-2: #d0c0e7;
--color-3: #e5d7ef;
--color-4: #e1b9e4;
--color-5: #c97ec5;
}

🌈 Whispering Lilacs background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b5a3e0, #d0c0e7, #e5d7ef, #e1b9e4, #c97ec5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b5a3e0, #d0c0e7, #e5d7ef, #e1b9e4, #c97ec5);
}

Whispering Lilacs color palette created on .