Nightfall Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Nightfall palette

Share this palette to:

Nightfall color palette PNG image

Download nightfall color palette PNG image (landscape)
Download nightfall color palette PNG image (square)

Nightfall color palette CSS

/* CSS */
.color-1 {
color: #1e1e2f;
}
.color-2 {
color: #39394c;
}
.color-3 {
color: #5c5c7a;
}
.color-4 {
color: #7e7ea5;
}
.color-5 {
color: #b1b1d2;
}

/* CSS Variables */
:root {
--color-1: #1e1e2f;
--color-2: #39394c;
--color-3: #5c5c7a;
--color-4: #7e7ea5;
--color-5: #b1b1d2;
}

Nightfall background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e2f, #39394c, #5c5c7a, #7e7ea5, #b1b1d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e2f, #39394c, #5c5c7a, #7e7ea5, #b1b1d2);
}

Nightfall color palette created on .