Night Runner Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Night Runner palette
Night Runner color palette CSS
/* CSS */
.color-1 {
color: #1c1c3b;
}
.color-2 {
color: #3c3c5d;
}
.color-3 {
color: #5c5c7a;
}
.color-4 {
color: #7e7e9a;
}
.color-5 {
color: #a0a0b6;
}
/* CSS Variables */
:root {
--color-1: #1c1c3b;
--color-2: #3c3c5d;
--color-3: #5c5c7a;
--color-4: #7e7e9a;
--color-5: #a0a0b6;
}
Night Runner background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c3b, #3c3c5d, #5c5c7a, #7e7e9a, #a0a0b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c3b, #3c3c5d, #5c5c7a, #7e7e9a, #a0a0b6);
}
Similar color palettes
Night Runner color palette created on .