Lavender Dream Color Palette
Discover the beautiful Lavender Dream color palette featuring deluge (#7b6eb9), cold purple (#a7a0d9), moon raker (#d1c2ef), blue chalk (#f2e0ff) and mauve (#f9c2ff).
Brightness
Saturation
Warmth
💡 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
💻 Lavender Dream color palette CSS
/* CSS */
.color-1 {
color: #7b6eb9;
}
.color-2 {
color: #a7a0d9;
}
.color-3 {
color: #d1c2ef;
}
.color-4 {
color: #f2e0ff;
}
.color-5 {
color: #f9c2ff;
}
/* CSS Variables */
:root {
--color-1: #7b6eb9;
--color-2: #a7a0d9;
--color-3: #d1c2ef;
--color-4: #f2e0ff;
--color-5: #f9c2ff;
} 🌈 Lavender Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b6eb9, #a7a0d9, #d1c2ef, #f2e0ff, #f9c2ff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b6eb9, #a7a0d9, #d1c2ef, #f2e0ff, #f9c2ff);
} 🔗 Explore similar color palettes
Lavender Dream color palette created on .