Light Lilac Color Palette

Discover the beautiful Light Lilac color palette featuring snuff (#d9c7e1), light wisteria (#c0a3d7), east side (#a67fc3), deluge (#8e5ea6) and affair (#6c3d8a).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Light Lilac color palette CSS

/* CSS */
.color-1 {
color: #d9c7e1;
}
.color-2 {
color: #c0a3d7;
}
.color-3 {
color: #a67fc3;
}
.color-4 {
color: #8e5ea6;
}
.color-5 {
color: #6c3d8a;
}

/* CSS Variables */
:root {
--color-1: #d9c7e1;
--color-2: #c0a3d7;
--color-3: #a67fc3;
--color-4: #8e5ea6;
--color-5: #6c3d8a;
}

🌈 Light Lilac background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9c7e1, #c0a3d7, #a67fc3, #8e5ea6, #6c3d8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9c7e1, #c0a3d7, #a67fc3, #8e5ea6, #6c3d8a);
}

Light Lilac color palette created on .