Nightwing Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Nightwing palette
Nightwing color palette PNG image
Nightwing color palette CSS
/* CSS */
.color-1 {
color: #1e1e76;
}
.color-2 {
color: #4b4b91;
}
.color-3 {
color: #7b7ba7;
}
.color-4 {
color: #a2a2c3;
}
.color-5 {
color: #d1d1e0;
}
/* CSS Variables */
:root {
--color-1: #1e1e76;
--color-2: #4b4b91;
--color-3: #7b7ba7;
--color-4: #a2a2c3;
--color-5: #d1d1e0;
}
Nightwing background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e76, #4b4b91, #7b7ba7, #a2a2c3, #d1d1e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e76, #4b4b91, #7b7ba7, #a2a2c3, #d1d1e0);
}
Similar color palettes
Nightwing color palette created on .