Lavender Dreams Color Palette
Discover the beautiful Lavender Dreams color palette featuring light orchid (#e4aadc), light orchid (#d68fcf), wisteria (#a057b2), affair (#6a3f88) and jacarta (#492c68).
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: #e4aadc;
}
.color-2 {
color: #d68fcf;
}
.color-3 {
color: #a057b2;
}
.color-4 {
color: #6a3f88;
}
.color-5 {
color: #492c68;
}
/* CSS Variables */
:root {
--color-1: #e4aadc;
--color-2: #d68fcf;
--color-3: #a057b2;
--color-4: #6a3f88;
--color-5: #492c68;
} 🌈 Lavender Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4aadc, #d68fcf, #a057b2, #6a3f88, #492c68);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4aadc, #d68fcf, #a057b2, #6a3f88, #492c68);
} 🔗 Explore similar color palettes
Lavender Dreams color palette created on .