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: #5b3f9d;
}
.color-2 {
color: #8b5cb7;
}
.color-3 {
color: #ab7cb6;
}
.color-4 {
color: #e59fc3;
}
.color-5 {
color: #f4c3e7;
}

/* CSS Variables */
:root {
--color-1: #5b3f9d;
--color-2: #8b5cb7;
--color-3: #ab7cb6;
--color-4: #e59fc3;
--color-5: #f4c3e7;
}

Twilight Sparkle background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3f9d, #8b5cb7, #ab7cb6, #e59fc3, #f4c3e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3f9d, #8b5cb7, #ab7cb6, #e59fc3, #f4c3e7);
}

Twilight Sparkle color palette created on .