Twilight Sparkle Color Palette

Discover the beautiful Twilight Sparkle color palette featuring scampi (#5e5f9c), lavender purple (#8c80c2), light orchid (#eab8e4), cherokee (#fbcf8e) and geraldine (#f78b88).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Pink, Purple, Soft, Sparkle, Spring, Vibrant, Yellow color palettes and combinations.

💡 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 Twilight Sparkle palette

Share this palette to:

💻 Twilight Sparkle color palette CSS

/* CSS */
.color-1 {
color: #5e5f9c;
}
.color-2 {
color: #8c80c2;
}
.color-3 {
color: #eab8e4;
}
.color-4 {
color: #fbcf8e;
}
.color-5 {
color: #f78b88;
}

/* CSS Variables */
:root {
--color-1: #5e5f9c;
--color-2: #8c80c2;
--color-3: #eab8e4;
--color-4: #fbcf8e;
--color-5: #f78b88;
}

🌈 Twilight Sparkle background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e5f9c, #8c80c2, #eab8e4, #fbcf8e, #f78b88);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e5f9c, #8c80c2, #eab8e4, #fbcf8e, #f78b88);
}

Twilight Sparkle color palette created on .