Lavender Dreamscape Color Palette
Discover the beautiful Lavender Dreamscape color palette featuring affair (#784b9b), wisteria (#a25fab), light wisteria (#c88ccf), melanie (#e3b5e3) and we peep (#f0c1e8).
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 Dreamscape palette
💻 Lavender Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #784b9b;
}
.color-2 {
color: #a25fab;
}
.color-3 {
color: #c88ccf;
}
.color-4 {
color: #e3b5e3;
}
.color-5 {
color: #f0c1e8;
}
/* CSS Variables */
:root {
--color-1: #784b9b;
--color-2: #a25fab;
--color-3: #c88ccf;
--color-4: #e3b5e3;
--color-5: #f0c1e8;
} 🌈 Lavender Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #784b9b, #a25fab, #c88ccf, #e3b5e3, #f0c1e8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #784b9b, #a25fab, #c88ccf, #e3b5e3, #f0c1e8);
} 🔗 Explore similar color palettes
Lavender Dreamscape color palette created on .