Muted Lavender Reverie Color Palette

Discover the beautiful Muted Lavender Reverie color palette featuring wistful (#b5a8d6), lavender purple (#9a8dbf), kimberly (#7f6f9b), we peep (#f1c6d8) and light orchid (#e3a6c4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Lavender, Soft, Warm Autumn 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 Muted Lavender Reverie palette

Share this palette to:

💻 Muted Lavender Reverie color palette CSS

/* CSS */
.color-1 {
color: #b5a8d6;
}
.color-2 {
color: #9a8dbf;
}
.color-3 {
color: #7f6f9b;
}
.color-4 {
color: #f1c6d8;
}
.color-5 {
color: #e3a6c4;
}

/* CSS Variables */
:root {
--color-1: #b5a8d6;
--color-2: #9a8dbf;
--color-3: #7f6f9b;
--color-4: #f1c6d8;
--color-5: #e3a6c4;
}

🌈 Muted Lavender Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b5a8d6, #9a8dbf, #7f6f9b, #f1c6d8, #e3a6c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b5a8d6, #9a8dbf, #7f6f9b, #f1c6d8, #e3a6c4);
}

Muted Lavender Reverie color palette created on .