Enchanted Lilac Dreams Color Palette

Discover the beautiful Enchanted Lilac Dreams color palette featuring melanie (#e8bfe2), lilac (#d6a4d4), east side (#c78bcb), wisteria (#a66abe) and affair (#7b4ea2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Pink, Vibrant, Bright Summer, 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 Enchanted Lilac Dreams palette

Share this palette to:

💻 Enchanted Lilac Dreams color palette CSS

/* CSS */
.color-1 {
color: #e8bfe2;
}
.color-2 {
color: #d6a4d4;
}
.color-3 {
color: #c78bcb;
}
.color-4 {
color: #a66abe;
}
.color-5 {
color: #7b4ea2;
}

/* CSS Variables */
:root {
--color-1: #e8bfe2;
--color-2: #d6a4d4;
--color-3: #c78bcb;
--color-4: #a66abe;
--color-5: #7b4ea2;
}

🌈 Enchanted Lilac Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8bfe2, #d6a4d4, #c78bcb, #a66abe, #7b4ea2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8bfe2, #d6a4d4, #c78bcb, #a66abe, #7b4ea2);
}

Enchanted Lilac Dreams color palette created on .