Princess Twilight Sparkle Color Palette
Discover the beautiful Princess Twilight Sparkle color palette featuring light wisteria (#d2a5e3), east side (#b77cc5), wisteria (#8e5bae), gigas (#5d3d8a) and jacarta (#4d2b73).
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 Princess Twilight Sparkle palette
💻 Princess Twilight Sparkle color palette CSS
/* CSS */
.color-1 {
color: #d2a5e3;
}
.color-2 {
color: #b77cc5;
}
.color-3 {
color: #8e5bae;
}
.color-4 {
color: #5d3d8a;
}
.color-5 {
color: #4d2b73;
}
/* CSS Variables */
:root {
--color-1: #d2a5e3;
--color-2: #b77cc5;
--color-3: #8e5bae;
--color-4: #5d3d8a;
--color-5: #4d2b73;
} 🌈 Princess Twilight Sparkle background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2a5e3, #b77cc5, #8e5bae, #5d3d8a, #4d2b73);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2a5e3, #b77cc5, #8e5bae, #5d3d8a, #4d2b73);
} 🔗 Explore similar color palettes
Princess Twilight Sparkle color palette created on .