Evil Princess Twilight Sparkle Color Palette
Discover the beautiful Evil Princess Twilight Sparkle color palette featuring seance (#691c7d), affair (#9c4d9d), shocking (#d883b4), azalea (#f2b5d7) and mandys pink (#f8cbc4).
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 Evil Princess Twilight Sparkle palette
💻 Evil Princess Twilight Sparkle color palette CSS
/* CSS */
.color-1 {
color: #691c7d;
}
.color-2 {
color: #9c4d9d;
}
.color-3 {
color: #d883b4;
}
.color-4 {
color: #f2b5d7;
}
.color-5 {
color: #f8cbc4;
}
/* CSS Variables */
:root {
--color-1: #691c7d;
--color-2: #9c4d9d;
--color-3: #d883b4;
--color-4: #f2b5d7;
--color-5: #f8cbc4;
}
🌈 Evil Princess Twilight Sparkle background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #691c7d, #9c4d9d, #d883b4, #f2b5d7, #f8cbc4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #691c7d, #9c4d9d, #d883b4, #f2b5d7, #f8cbc4);
}
🔗 Explore similar color palettes
Evil Princess Twilight Sparkle color palette created on .