Lavender Dreams Color Palette
Discover the beautiful Lavender Dreams color palette featuring prelude (#d6c2e0), cold purple (#bea6d9), wisteria (#a575c2), vivid violet (#7d3f8d) and grape (#4a1f56).
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 Dreams palette
💻 Lavender Dreams color palette CSS
/* CSS */
.color-1 {
color: #d6c2e0;
}
.color-2 {
color: #bea6d9;
}
.color-3 {
color: #a575c2;
}
.color-4 {
color: #7d3f8d;
}
.color-5 {
color: #4a1f56;
}
/* CSS Variables */
:root {
--color-1: #d6c2e0;
--color-2: #bea6d9;
--color-3: #a575c2;
--color-4: #7d3f8d;
--color-5: #4a1f56;
} 🌈 Lavender Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c2e0, #bea6d9, #a575c2, #7d3f8d, #4a1f56);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c2e0, #bea6d9, #a575c2, #7d3f8d, #4a1f56);
} 🔗 Explore similar color palettes
Lavender Dreams color palette created on .