Midnight Fairy Glow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Fairy Glow palette

Share this palette to:

Midnight Fairy Glow color palette PNG image

Download midnight fairy glow color palette PNG image (landscape)
Download midnight fairy glow color palette PNG image (square)

Midnight Fairy Glow color palette CSS

/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #4c409c;
}
.color-3 {
color: #7a5abf;
}
.color-4 {
color: #b78dd3;
}
.color-5 {
color: #f2d4e3;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #4c409c;
--color-3: #7a5abf;
--color-4: #b78dd3;
--color-5: #f2d4e3;
}

Midnight Fairy Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #4c409c, #7a5abf, #b78dd3, #f2d4e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #4c409c, #7a5abf, #b78dd3, #f2d4e3);
}

Similar color palettes

Midnight Fairy Glow color palette created on .