Twilight Sparkle Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Twilight Sparkle palette
Download Twilight Sparkle Color Palette (PNG)
Twilight Sparkle color palette CSS
/* CSS */
.color-1 {
color: #574785;
}
.color-2 {
color: #7166a3;
}
.color-3 {
color: #8d85ad;
}
.color-4 {
color: #dec9de;
}
.color-5 {
color: #e8cfab;
}
/* CSS Variables */
:root {
--color-1: #574785;
--color-2: #7166a3;
--color-3: #8d85ad;
--color-4: #dec9de;
--color-5: #e8cfab;
}
Twilight Sparkle background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #574785, #7166a3, #8d85ad, #dec9de, #e8cfab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #574785, #7166a3, #8d85ad, #dec9de, #e8cfab);
}
Similar color palettes
Twilight Sparkle color palette created on .