Twilight Sparkle Color Palette
Discover the beautiful Twilight Sparkle color palette featuring havelock blue (#6a9cdc), regent st blue (#a3c8e1), almond (#f0d5c7), cold purple (#b9a1d9) and affair (#7c508b).
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 Twilight Sparkle palette
💻 Twilight Sparkle color palette CSS
/* CSS */
.color-1 {
color: #6a9cdc;
}
.color-2 {
color: #a3c8e1;
}
.color-3 {
color: #f0d5c7;
}
.color-4 {
color: #b9a1d9;
}
.color-5 {
color: #7c508b;
}
/* CSS Variables */
:root {
--color-1: #6a9cdc;
--color-2: #a3c8e1;
--color-3: #f0d5c7;
--color-4: #b9a1d9;
--color-5: #7c508b;
} 🌈 Twilight Sparkle background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a9cdc, #a3c8e1, #f0d5c7, #b9a1d9, #7c508b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a9cdc, #a3c8e1, #f0d5c7, #b9a1d9, #7c508b);
} 🔗 Explore similar color palettes
Twilight Sparkle color palette created on .