Lavender Dreams Color Palette

Discover the beautiful Lavender Dreams color palette featuring french lilac (#e7d0f1), light wisteria (#d3b3e5), light wisteria (#b9a0de), east side (#a67bc6) and affair (#7c499c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Lavender, Light Summer, Purple, Soft 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 Lavender Dreams palette

Share this palette to:

💻 Lavender Dreams color palette CSS

/* CSS */
.color-1 {
color: #e7d0f1;
}
.color-2 {
color: #d3b3e5;
}
.color-3 {
color: #b9a0de;
}
.color-4 {
color: #a67bc6;
}
.color-5 {
color: #7c499c;
}

/* CSS Variables */
:root {
--color-1: #e7d0f1;
--color-2: #d3b3e5;
--color-3: #b9a0de;
--color-4: #a67bc6;
--color-5: #7c499c;
}

🌈 Lavender Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7d0f1, #d3b3e5, #b9a0de, #a67bc6, #7c499c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7d0f1, #d3b3e5, #b9a0de, #a67bc6, #7c499c);
}

Lavender Dreams color palette created on .