Nightfall Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Nightfall palette
Download Nightfall Color Palette (PNG)
Nightfall color palette CSS
/* CSS */
.color-1 {
color: #1f2942;
}
.color-2 {
color: #3b4991;
}
.color-3 {
color: #5d70ac;
}
.color-4 {
color: #8d9dbf;
}
.color-5 {
color: #d2c2e5;
}
/* CSS Variables */
:root {
--color-1: #1f2942;
--color-2: #3b4991;
--color-3: #5d70ac;
--color-4: #8d9dbf;
--color-5: #d2c2e5;
}
Nightfall background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f2942, #3b4991, #5d70ac, #8d9dbf, #d2c2e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f2942, #3b4991, #5d70ac, #8d9dbf, #d2c2e5);
}
Similar color palettes
Scroll down to explore 1000+ colors.navy color palettes
Nightfall color palette created on .