Strangers in the Night Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Strangers in the Night palette
Strangers in the Night color palette CSS
/* CSS */
.color-1 {
color: #1e2876;
}
.color-2 {
color: #796a9a;
}
.color-3 {
color: #c3b688;
}
.color-4 {
color: #f1e9d0;
}
.color-5 {
color: #1c1c1c;
}
/* CSS Variables */
:root {
--color-1: #1e2876;
--color-2: #796a9a;
--color-3: #c3b688;
--color-4: #f1e9d0;
--color-5: #1c1c1c;
}
Strangers in the Night background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e2876, #796a9a, #c3b688, #f1e9d0, #1c1c1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e2876, #796a9a, #c3b688, #f1e9d0, #1c1c1c);
}
Similar color palettes
Strangers in the Night color palette created on .