Frosted Lilac Dreams Color Palette
Discover the beautiful Frosted Lilac Dreams color palette featuring french lilac (#e1b5e8), light wisteria (#c7a5d5), amethyst smoke (#a79bc0), pigeon post (#a1c4d4) and prelude (#e0c4e3).
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 Frosted Lilac Dreams palette
💻 Frosted Lilac Dreams color palette CSS
/* CSS */
.color-1 {
color: #e1b5e8;
}
.color-2 {
color: #c7a5d5;
}
.color-3 {
color: #a79bc0;
}
.color-4 {
color: #a1c4d4;
}
.color-5 {
color: #e0c4e3;
}
/* CSS Variables */
:root {
--color-1: #e1b5e8;
--color-2: #c7a5d5;
--color-3: #a79bc0;
--color-4: #a1c4d4;
--color-5: #e0c4e3;
} 🌈 Frosted Lilac Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1b5e8, #c7a5d5, #a79bc0, #a1c4d4, #e0c4e3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1b5e8, #c7a5d5, #a79bc0, #a1c4d4, #e0c4e3);
} 🔗 Explore similar color palettes
Frosted Lilac Dreams color palette created on .