Lavender Dream Color Palette

Discover the beautiful Lavender Dream color palette featuring periwinkle (#c7c7ff), cold purple (#a8a3e0), white (#ffffff), cold purple (#b8a4e0) and electric violet (#643dff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Lavender, Light, Modern, Pastel, Purple, Soft, Summer, White 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 Dream palette

Share this palette to:

💻 Lavender Dream color palette CSS

/* CSS */
.color-1 {
color: #c7c7ff;
}
.color-2 {
color: #a8a3e0;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #b8a4e0;
}
.color-5 {
color: #643dff;
}

/* CSS Variables */
:root {
--color-1: #c7c7ff;
--color-2: #a8a3e0;
--color-3: #ffffff;
--color-4: #b8a4e0;
--color-5: #643dff;
}

🌈 Lavender Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7c7ff, #a8a3e0, #ffffff, #b8a4e0, #643dff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7c7ff, #a8a3e0, #ffffff, #b8a4e0, #643dff);
}

Lavender Dream color palette created on .