Lilac Garden Color Palette
Discover the beautiful Lilac Garden color palette featuring purple mountain's majesty (#a77dbf), prelude (#d6b2e0), melanie (#e4b4e4), cherub (#f2c0e5) and amour (#f8e8f2).
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 Lilac Garden palette
💻 Lilac Garden color palette CSS
/* CSS */
.color-1 {
color: #a77dbf;
}
.color-2 {
color: #d6b2e0;
}
.color-3 {
color: #e4b4e4;
}
.color-4 {
color: #f2c0e5;
}
.color-5 {
color: #f8e8f2;
}
/* CSS Variables */
:root {
--color-1: #a77dbf;
--color-2: #d6b2e0;
--color-3: #e4b4e4;
--color-4: #f2c0e5;
--color-5: #f8e8f2;
} 🌈 Lilac Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a77dbf, #d6b2e0, #e4b4e4, #f2c0e5, #f8e8f2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a77dbf, #d6b2e0, #e4b4e4, #f2c0e5, #f8e8f2);
} 🔗 Explore similar color palettes
Lilac Garden color palette created on .