New Twilight Sparkle Color Palette
Discover the beautiful New Twilight Sparkle color palette featuring butterfly bush (#5e4b8b), lavender purple (#8b7dbf), dull lavender (#b7a5e3), chantilly (#f3b0e5) and tickle me pink (#ff7092).
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 New Twilight Sparkle palette
💻 New Twilight Sparkle color palette CSS
/* CSS */
.color-1 {
color: #5e4b8b;
}
.color-2 {
color: #8b7dbf;
}
.color-3 {
color: #b7a5e3;
}
.color-4 {
color: #f3b0e5;
}
.color-5 {
color: #ff7092;
}
/* CSS Variables */
:root {
--color-1: #5e4b8b;
--color-2: #8b7dbf;
--color-3: #b7a5e3;
--color-4: #f3b0e5;
--color-5: #ff7092;
} 🌈 New Twilight Sparkle background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e4b8b, #8b7dbf, #b7a5e3, #f3b0e5, #ff7092);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e4b8b, #8b7dbf, #b7a5e3, #f3b0e5, #ff7092);
} 🔗 Explore similar color palettes
New Twilight Sparkle color palette created on .