Twilight Sparkle Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Twilight Sparkle palette

Share this palette to:

Twilight Sparkle color palette PNG image

Download twilight sparkle color palette PNG image (landscape)
Download twilight sparkle color palette PNG image (square)

Twilight Sparkle color palette CSS

/* CSS */
.color-1 {
color: #773dae;
}
.color-2 {
color: #975dd5;
}
.color-3 {
color: #756eaa;
}
.color-4 {
color: #ef95c6;
}
.color-5 {
color: #e8e3b0;
}

/* CSS Variables */
:root {
--color-1: #773dae;
--color-2: #975dd5;
--color-3: #756eaa;
--color-4: #ef95c6;
--color-5: #e8e3b0;
}

Twilight Sparkle background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #773dae, #975dd5, #756eaa, #ef95c6, #e8e3b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #773dae, #975dd5, #756eaa, #ef95c6, #e8e3b0);
}

Twilight Sparkle color palette created on .