Lavender Dream Color Palette

Discover the beautiful Lavender Dream color palette featuring periwinkle (#c7c7ff), biloba flower (#c68ef0), lavender magenta (#f0a3f0), beauty bush (#f0c7c7) and moon raker (#e2b2f0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Elegant, Lavender, Light, Pink, Purple, Soft, Spring, Summer, Vibrant 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: #c68ef0;
}
.color-3 {
color: #f0a3f0;
}
.color-4 {
color: #f0c7c7;
}
.color-5 {
color: #e2b2f0;
}

/* CSS Variables */
:root {
--color-1: #c7c7ff;
--color-2: #c68ef0;
--color-3: #f0a3f0;
--color-4: #f0c7c7;
--color-5: #e2b2f0;
}

🌈 Lavender Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7c7ff, #c68ef0, #f0a3f0, #f0c7c7, #e2b2f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7c7ff, #c68ef0, #f0a3f0, #f0c7c7, #e2b2f0);
}

Lavender Dream color palette created on .