Whimsical Lilac Dreams Color Palette

Discover the beautiful Whimsical Lilac Dreams color palette featuring light orchid (#eab8e4), lilac (#d6a4d2), wisteria (#b47abd), wisteria (#a26dba) and affair (#7c4b9b).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Whimsical Lilac Dreams color palette CSS

/* CSS */
.color-1 {
color: #eab8e4;
}
.color-2 {
color: #d6a4d2;
}
.color-3 {
color: #b47abd;
}
.color-4 {
color: #a26dba;
}
.color-5 {
color: #7c4b9b;
}

/* CSS Variables */
:root {
--color-1: #eab8e4;
--color-2: #d6a4d2;
--color-3: #b47abd;
--color-4: #a26dba;
--color-5: #7c4b9b;
}

🌈 Whimsical Lilac Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8e4, #d6a4d2, #b47abd, #a26dba, #7c4b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8e4, #d6a4d2, #b47abd, #a26dba, #7c4b9b);
}

Whimsical Lilac Dreams color palette created on .