Princess Twilight Sparkle Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Princess Twilight Sparkle palette

Share this palette to:

Princess Twilight Sparkle color palette PNG image

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

Princess Twilight Sparkle color palette CSS

/* CSS */
.color-1 {
color: #d2a5e3;
}
.color-2 {
color: #b77cc5;
}
.color-3 {
color: #8e5bae;
}
.color-4 {
color: #5d3d8a;
}
.color-5 {
color: #4d2b73;
}

/* CSS Variables */
:root {
--color-1: #d2a5e3;
--color-2: #b77cc5;
--color-3: #8e5bae;
--color-4: #5d3d8a;
--color-5: #4d2b73;
}

Princess Twilight Sparkle background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2a5e3, #b77cc5, #8e5bae, #5d3d8a, #4d2b73);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2a5e3, #b77cc5, #8e5bae, #5d3d8a, #4d2b73);
}

Princess Twilight Sparkle color palette created on .