Lavender Dreams Color Palette
Discover the beautiful Lavender Dreams color palette featuring east side (#a17cc5), light wisteria (#d1a6d8), azalea (#f4c3e2), illusion (#f6b1c3) and illusion (#f5a8c7).
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: #a17cc5;
}
.color-2 {
color: #d1a6d8;
}
.color-3 {
color: #f4c3e2;
}
.color-4 {
color: #f6b1c3;
}
.color-5 {
color: #f5a8c7;
}
/* CSS Variables */
:root {
--color-1: #a17cc5;
--color-2: #d1a6d8;
--color-3: #f4c3e2;
--color-4: #f6b1c3;
--color-5: #f5a8c7;
} 🌈 Lavender Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a17cc5, #d1a6d8, #f4c3e2, #f6b1c3, #f5a8c7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a17cc5, #d1a6d8, #f4c3e2, #f6b1c3, #f5a8c7);
} 🔗 Explore similar color palettes
Lavender Dreams color palette created on .