Shades of Lilac Color Palette

Discover the beautiful Shades of Lilac color palette featuring prelude (#d6c2e0), london hue (#b69bc5), lavender purple (#9d7db5), affair (#7a5091) and victoria (#5e3d7f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Purple, Soft, Light Summer, Bright 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 Shades of Lilac palette

Share this palette to:

💻 Shades of Lilac color palette CSS

/* CSS */
.color-1 {
color: #d6c2e0;
}
.color-2 {
color: #b69bc5;
}
.color-3 {
color: #9d7db5;
}
.color-4 {
color: #7a5091;
}
.color-5 {
color: #5e3d7f;
}

/* CSS Variables */
:root {
--color-1: #d6c2e0;
--color-2: #b69bc5;
--color-3: #9d7db5;
--color-4: #7a5091;
--color-5: #5e3d7f;
}

🌈 Shades of Lilac background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c2e0, #b69bc5, #9d7db5, #7a5091, #5e3d7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c2e0, #b69bc5, #9d7db5, #7a5091, #5e3d7f);
}

Shades of Lilac color palette created on .