Dull Lavender Color Palette

Discover the beautiful Dull Lavender color palette featuring london hue (#b6a8c7), lavender gray (#c3b1d3), prelude (#e1c6e6), we peep (#f4d2e8) and amour (#f8e2f3).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Dull Lavender color palette CSS

/* CSS */
.color-1 {
color: #b6a8c7;
}
.color-2 {
color: #c3b1d3;
}
.color-3 {
color: #e1c6e6;
}
.color-4 {
color: #f4d2e8;
}
.color-5 {
color: #f8e2f3;
}

/* CSS Variables */
:root {
--color-1: #b6a8c7;
--color-2: #c3b1d3;
--color-3: #e1c6e6;
--color-4: #f4d2e8;
--color-5: #f8e2f3;
}

🌈 Dull Lavender background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6a8c7, #c3b1d3, #e1c6e6, #f4d2e8, #f8e2f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6a8c7, #c3b1d3, #e1c6e6, #f4d2e8, #f8e2f3);
}

Dull Lavender color palette created on .