Midnight Faerie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Faerie palette

Share this palette to:

Download Midnight Faerie Color Palette (PNG)

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

Midnight Faerie color palette CSS

/* CSS */
.color-1 {
color: #3a2a4c;
}
.color-2 {
color: #5b4e7e;
}
.color-3 {
color: #8d6a9a;
}
.color-4 {
color: #b29bc0;
}
.color-5 {
color: #e4c3e1;
}

/* CSS Variables */
:root {
--color-1: #3a2a4c;
--color-2: #5b4e7e;
--color-3: #8d6a9a;
--color-4: #b29bc0;
--color-5: #e4c3e1;
}

Midnight Faerie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a2a4c, #5b4e7e, #8d6a9a, #b29bc0, #e4c3e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a2a4c, #5b4e7e, #8d6a9a, #b29bc0, #e4c3e1);
}

Midnight Faerie color palette created on .