Starry Lilac Dreams Color Palette
Discover the beautiful Starry Lilac Dreams color palette featuring prelude (#c8b1e2), wisteria (#a76db6), affair (#6a4d80), martinique (#3b2c54) and mirage (#1e1a2d).
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 Starry Lilac Dreams palette
💻 Starry Lilac Dreams color palette CSS
/* CSS */
.color-1 {
color: #c8b1e2;
}
.color-2 {
color: #a76db6;
}
.color-3 {
color: #6a4d80;
}
.color-4 {
color: #3b2c54;
}
.color-5 {
color: #1e1a2d;
}
/* CSS Variables */
:root {
--color-1: #c8b1e2;
--color-2: #a76db6;
--color-3: #6a4d80;
--color-4: #3b2c54;
--color-5: #1e1a2d;
}
🌈 Starry Lilac Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c8b1e2, #a76db6, #6a4d80, #3b2c54, #1e1a2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c8b1e2, #a76db6, #6a4d80, #3b2c54, #1e1a2d);
}
🔗 Explore similar color palettes
Starry Lilac Dreams color palette created on .