Lavender Dreamscape Color Palette
Discover the beautiful Lavender Dreamscape color palette featuring purple heart (#672ec2), fuchsia blue (#7c60be), lilac bush (#a880d0), light wisteria (#d69fe5) and perfume (#e9b6f6).
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: #672ec2;
}
.color-2 {
color: #7c60be;
}
.color-3 {
color: #a880d0;
}
.color-4 {
color: #d69fe5;
}
.color-5 {
color: #e9b6f6;
}
/* CSS Variables */
:root {
--color-1: #672ec2;
--color-2: #7c60be;
--color-3: #a880d0;
--color-4: #d69fe5;
--color-5: #e9b6f6;
}
🌈 Lavender Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #672ec2, #7c60be, #a880d0, #d69fe5, #e9b6f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #672ec2, #7c60be, #a880d0, #d69fe5, #e9b6f6);
}
🔗 Explore similar color palettes
Lavender Dreamscape color palette created on .