Lyrical Lilac Dream Color Palette
Discover the beautiful Lyrical Lilac Dream color palette featuring butterfly bush (#6b4c9a), wisteria (#8f6aaf), london hue (#b49cc4), prelude (#d6c5e8) and french lilac (#efdef7).
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 Lyrical Lilac Dream palette
💻 Lyrical Lilac Dream color palette CSS
/* CSS */
.color-1 {
color: #6b4c9a;
}
.color-2 {
color: #8f6aaf;
}
.color-3 {
color: #b49cc4;
}
.color-4 {
color: #d6c5e8;
}
.color-5 {
color: #efdef7;
}
/* CSS Variables */
:root {
--color-1: #6b4c9a;
--color-2: #8f6aaf;
--color-3: #b49cc4;
--color-4: #d6c5e8;
--color-5: #efdef7;
}
🌈 Lyrical Lilac Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b4c9a, #8f6aaf, #b49cc4, #d6c5e8, #efdef7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b4c9a, #8f6aaf, #b49cc4, #d6c5e8, #efdef7);
}
🔗 Explore similar color palettes
Lyrical Lilac Dream color palette created on .