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 CSS

/* CSS */
.color-1 {
color: #6a9cdc;
}
.color-2 {
color: #a3c8e1;
}
.color-3 {
color: #f0d4c7;
}
.color-4 {
color: #b9a1d9;
}
.color-5 {
color: #7c508b;
}

/* CSS Variables */
:root {
--color-1: #6a9cdc;
--color-2: #a3c8e1;
--color-3: #f0d4c7;
--color-4: #b9a1d9;
--color-5: #7c508b;
}

Twilight Sparkle background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a9cdc, #a3c8e1, #f0d4c7, #b9a1d9, #7c508b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a9cdc, #a3c8e1, #f0d4c7, #b9a1d9, #7c508b);
}

Twilight Sparkle color palette created on .