Shades of Lavender Color Palette

Discover the beautiful Shades of Lavender color palette featuring prelude (#d5cbe7), east side (#bda5d5), east side (#a98cc5), light wisteria (#d7a5e3) and melanie (#e2b1e0).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Shades of Lavender color palette CSS

/* CSS */
.color-1 {
color: #d5cbe7;
}
.color-2 {
color: #bda5d5;
}
.color-3 {
color: #a98cc5;
}
.color-4 {
color: #d7a5e3;
}
.color-5 {
color: #e2b1e0;
}

/* CSS Variables */
:root {
--color-1: #d5cbe7;
--color-2: #bda5d5;
--color-3: #a98cc5;
--color-4: #d7a5e3;
--color-5: #e2b1e0;
}

🌈 Shades of Lavender background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5cbe7, #bda5d5, #a98cc5, #d7a5e3, #e2b1e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5cbe7, #bda5d5, #a98cc5, #d7a5e3, #e2b1e0);
}

Shades of Lavender color palette created on .