Paleta de colores Urban Night
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Urban Night palette
Imagen PNG de la paleta de colores Urban Night
CSS de la paleta de colores Urban Night
/* CSS */
.color-1 {
color: #1c1c1c;
}
.color-2 {
color: #3d3d3d;
}
.color-3 {
color: #5c5c5c;
}
.color-4 {
color: #8f3d3d;
}
.color-5 {
color: #d84f4f;
}
/* CSS Variables */
:root {
--color-1: #1c1c1c;
--color-2: #3d3d3d;
--color-3: #5c5c5c;
--color-4: #8f3d3d;
--color-5: #d84f4f;
}
CSS del degradado de fondo Urban Night
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c1c, #3d3d3d, #5c5c5c, #8f3d3d, #d84f4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c1c, #3d3d3d, #5c5c5c, #8f3d3d, #d84f4f);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 1000+ paletas de colores Oscuro
Urban Night color palette created on .