Night Fury Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Night Fury palette
Color Inspiration
Images that showcase this color palette in real designs
Download Night Fury Color Palette (PNG)
Night Fury color palette CSS
/* CSS */
.color-1 {
color: #1b1e23;
}
.color-2 {
color: #475162;
}
.color-3 {
color: #5f697c;
}
.color-4 {
color: #9cb0bf;
}
.color-5 {
color: #eff2f5;
}
/* CSS Variables */
:root {
--color-1: #1b1e23;
--color-2: #475162;
--color-3: #5f697c;
--color-4: #9cb0bf;
--color-5: #eff2f5;
}
Night Fury background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1e23, #475162, #5f697c, #9cb0bf, #eff2f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1e23, #475162, #5f697c, #9cb0bf, #eff2f5);
}
Similar color palettes
Night Fury color palette created on .