Nightkiller Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Nightkiller palette
Nightkiller color palette PNG image
Nightkiller color palette CSS
/* CSS */
.color-1 {
color: #1e1f24;
}
.color-2 {
color: #3a3d45;
}
.color-3 {
color: #5a606c;
}
.color-4 {
color: #80808e;
}
.color-5 {
color: #b2b4c2;
}
/* CSS Variables */
:root {
--color-1: #1e1f24;
--color-2: #3a3d45;
--color-3: #5a606c;
--color-4: #80808e;
--color-5: #b2b4c2;
}
Nightkiller background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1f24, #3a3d45, #5a606c, #80808e, #b2b4c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1f24, #3a3d45, #5a606c, #80808e, #b2b4c2);
}
Similar color palettes
Nightkiller color palette created on .