Midnight Sparkle Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Sparkle palette

Share this palette to:

Midnight Sparkle color palette PNG image

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

Midnight Sparkle color palette CSS

/* CSS */
.color-1 {
color: #1e1f3e;
}
.color-2 {
color: #4b3f73;
}
.color-3 {
color: #8f69b5;
}
.color-4 {
color: #f1b74b;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #1e1f3e;
--color-2: #4b3f73;
--color-3: #8f69b5;
--color-4: #f1b74b;
--color-5: #ff6e61;
}

Midnight Sparkle background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1f3e, #4b3f73, #8f69b5, #f1b74b, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1f3e, #4b3f73, #8f69b5, #f1b74b, #ff6e61);
}

Midnight Sparkle color palette created on .