Whispers of Lavender Dreams Color Palette

Discover the beautiful Whispers of Lavender Dreams color palette featuring french lilac (#debeef), perfume (#e5b4f3), lavender (#c972e4), medium purple (#b543db) and purple heart (#a11ecc).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withLavender, Purple, Vibrant, Feminine, Soft, Spring, Modern 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 Whispers of Lavender Dreams palette

Share this palette to:

💻 Whispers of Lavender Dreams color palette CSS

/* CSS */
.color-1 {
color: #debeef;
}
.color-2 {
color: #e5b4f3;
}
.color-3 {
color: #c972e4;
}
.color-4 {
color: #b543db;
}
.color-5 {
color: #a11ecc;
}

/* CSS Variables */
:root {
--color-1: #debeef;
--color-2: #e5b4f3;
--color-3: #c972e4;
--color-4: #b543db;
--color-5: #a11ecc;
}

🌈 Whispers of Lavender Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #debeef, #e5b4f3, #c972e4, #b543db, #a11ecc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #debeef, #e5b4f3, #c972e4, #b543db, #a11ecc);
}

Whispers of Lavender Dreams color palette created on .