Lavender Dreams Color Palette

Discover the beautiful Lavender Dreams color palette featuring wild sand (#f5f5f5), prelude (#c6b3e0), we peep (#f2caf2), link water (#d7d7f4) and snuff (#d5c7e1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withLight, Soft, Pastel, Lilac, Lavender, Bright, White, Purple, Summer 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: #f5f5f5;
}
.color-2 {
color: #c6b3e0;
}
.color-3 {
color: #f2caf2;
}
.color-4 {
color: #d7d7f4;
}
.color-5 {
color: #d5c7e1;
}

/* CSS Variables */
:root {
--color-1: #f5f5f5;
--color-2: #c6b3e0;
--color-3: #f2caf2;
--color-4: #d7d7f4;
--color-5: #d5c7e1;
}

🌈 Lavender Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f5f5, #c6b3e0, #f2caf2, #d7d7f4, #d5c7e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f5f5, #c6b3e0, #f2caf2, #d7d7f4, #d5c7e1);
}

Lavender Dreams color palette created on .