Paleta de colores Strangers in the Night
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Strangers in the Night palette
CSS de la paleta de colores Strangers in the Night
/* 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;
}
CSS del degradado de fondo Strangers in the Night
/* 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);
}
Paletas de colores similares
Strangers in the Night color palette created on .