Lavender Dreams Color Palette
Discover the beautiful Lavender Dreams color palette featuring purple heart (#8a2ce2), tapestry (#a85d9f), light wisteria (#d6a1de), east side (#b47ece) and light orchid (#eab8e4).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with 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 Dreams palette
💻 Lavender Dreams color palette CSS
/* CSS */
.color-1 {
color: #8a2ce2;
}
.color-2 {
color: #a85d9f;
}
.color-3 {
color: #d6a1de;
}
.color-4 {
color: #b47ece;
}
.color-5 {
color: #eab8e4;
}
/* CSS Variables */
:root {
--color-1: #8a2ce2;
--color-2: #a85d9f;
--color-3: #d6a1de;
--color-4: #b47ece;
--color-5: #eab8e4;
} 🌈 Lavender Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a2ce2, #a85d9f, #d6a1de, #b47ece, #eab8e4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a2ce2, #a85d9f, #d6a1de, #b47ece, #eab8e4);
} Lavender Dreams color palette created on .