Warm Lavender Color Palette

Discover the beautiful Warm Lavender color palette featuring thatch (#bfa5a1), trendy pink (#7b5a8c), kabul (#59403a), tonys pink (#e89e8c) and akaroa (#d6c2a8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Peach, Vibrant, Warm, 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 palette

Share this palette to:

💻 Warm Lavender color palette CSS

/* CSS */
.color-1 {
color: #bfa5a1;
}
.color-2 {
color: #7b5a8c;
}
.color-3 {
color: #59403a;
}
.color-4 {
color: #e89e8c;
}
.color-5 {
color: #d6c2a8;
}

/* CSS Variables */
:root {
--color-1: #bfa5a1;
--color-2: #7b5a8c;
--color-3: #59403a;
--color-4: #e89e8c;
--color-5: #d6c2a8;
}

🌈 Warm Lavender background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfa5a1, #7b5a8c, #59403a, #e89e8c, #d6c2a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfa5a1, #7b5a8c, #59403a, #e89e8c, #d6c2a8);
}

Warm Lavender color palette created on .