Mystical Lavender Dreams Color Palette

Discover the beautiful Mystical Lavender Dreams color palette featuring east side (#bf97d3), french lilac (#d8b6e7), french lilac (#edd8f3), amour (#f6dff4) and carousel pink (#fbe9f3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withFeminine, Lavender, Light, Pastel, Pink, Purple, Soft, Spring 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 Mystical Lavender Dreams palette

Share this palette to:

💻 Mystical Lavender Dreams color palette CSS

/* CSS */
.color-1 {
color: #bf97d3;
}
.color-2 {
color: #d8b6e7;
}
.color-3 {
color: #edd8f3;
}
.color-4 {
color: #f6dff4;
}
.color-5 {
color: #fbe9f3;
}

/* CSS Variables */
:root {
--color-1: #bf97d3;
--color-2: #d8b6e7;
--color-3: #edd8f3;
--color-4: #f6dff4;
--color-5: #fbe9f3;
}

🌈 Mystical Lavender Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bf97d3, #d8b6e7, #edd8f3, #f6dff4, #fbe9f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bf97d3, #d8b6e7, #edd8f3, #f6dff4, #fbe9f3);
}

Mystical Lavender Dreams color palette created on .