Dreamy Lilac Whispers Color Palette

Discover the beautiful Dreamy Lilac Whispers color palette featuring white (#ffffff), melanie (#e7cbe6), prelude (#d6b0d9), london hue (#c39bc5) and wisteria (#ab69bf).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Soft, Purple, Light, Bright 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 Dreamy Lilac Whispers palette

Share this palette to:

💻 Dreamy Lilac Whispers color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e7cbe6;
}
.color-3 {
color: #d6b0d9;
}
.color-4 {
color: #c39bc5;
}
.color-5 {
color: #ab69bf;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e7cbe6;
--color-3: #d6b0d9;
--color-4: #c39bc5;
--color-5: #ab69bf;
}

🌈 Dreamy Lilac Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e7cbe6, #d6b0d9, #c39bc5, #ab69bf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e7cbe6, #d6b0d9, #c39bc5, #ab69bf);
}

Dreamy Lilac Whispers color palette created on .