Lavender Dreams Color Palette

Discover the beautiful Lavender Dreams color palette featuring blue violet (#6e57b2), lilac bush (#997ad6), light wisteria (#c39fdf), we peep (#f0c1e1) and givry (#f7d4c5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Fun, Purple, Light 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 Lavender Dreams palette

Share this palette to:

💻 Lavender Dreams color palette CSS

/* CSS */
.color-1 {
color: #6e57b2;
}
.color-2 {
color: #997ad6;
}
.color-3 {
color: #c39fdf;
}
.color-4 {
color: #f0c1e1;
}
.color-5 {
color: #f7d4c5;
}

/* CSS Variables */
:root {
--color-1: #6e57b2;
--color-2: #997ad6;
--color-3: #c39fdf;
--color-4: #f0c1e1;
--color-5: #f7d4c5;
}

🌈 Lavender Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6e57b2, #997ad6, #c39fdf, #f0c1e1, #f7d4c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6e57b2, #997ad6, #c39fdf, #f0c1e1, #f7d4c5);
}

Lavender Dreams color palette created on .