Lavender Dreams Color Palette
Discover the beautiful Lavender Dreams color palette featuring butterfly bush (#5f4c94), deluge (#7e6bb3), lilac bush (#9c85d6), biloba flower (#c4a3e6) and french lilac (#e6d1f0).
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: #5f4c94;
}
.color-2 {
color: #7e6bb3;
}
.color-3 {
color: #9c85d6;
}
.color-4 {
color: #c4a3e6;
}
.color-5 {
color: #e6d1f0;
}
/* CSS Variables */
:root {
--color-1: #5f4c94;
--color-2: #7e6bb3;
--color-3: #9c85d6;
--color-4: #c4a3e6;
--color-5: #e6d1f0;
} 🌈 Lavender Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f4c94, #7e6bb3, #9c85d6, #c4a3e6, #e6d1f0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f4c94, #7e6bb3, #9c85d6, #c4a3e6, #e6d1f0);
} 🔗 Explore similar color palettes
Lavender Dreams color palette created on .