Warm Lavender Gradient Color Palette

Discover the beautiful Warm Lavender Gradient color palette featuring twilight (#e1c6e1), lilac (#d3a7d3), light wisteria (#b78ed7), amethyst (#a66dc5) and affair (#7d4b9b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withLavender, Purple, Soft, Warm, Bright, Spring, Elegant, Warm Lavender 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 Warm Lavender Gradient palette

Share this palette to:

💻 Warm Lavender Gradient color palette CSS

/* CSS */
.color-1 {
color: #e1c6e1;
}
.color-2 {
color: #d3a7d3;
}
.color-3 {
color: #b78ed7;
}
.color-4 {
color: #a66dc5;
}
.color-5 {
color: #7d4b9b;
}

/* CSS Variables */
:root {
--color-1: #e1c6e1;
--color-2: #d3a7d3;
--color-3: #b78ed7;
--color-4: #a66dc5;
--color-5: #7d4b9b;
}

🌈 Warm Lavender Gradient background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1c6e1, #d3a7d3, #b78ed7, #a66dc5, #7d4b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1c6e1, #d3a7d3, #b78ed7, #a66dc5, #7d4b9b);
}

Warm Lavender Gradient color palette created on .