Paleta de colores Urban Shadows

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Urban Shadows palette

Compartir esta paleta en:

CSS de la paleta de colores Urban Shadows

/* CSS */
.color-1 {
color: #dfdfe1;
}
.color-2 {
color: #98989a;
}
.color-3 {
color: #626264;
}
.color-4 {
color: #3e3e41;
}
.color-5 {
color: #27282b;
}

/* CSS Variables */
:root {
--color-1: #dfdfe1;
--color-2: #98989a;
--color-3: #626264;
--color-4: #3e3e41;
--color-5: #27282b;
}

CSS del degradado de fondo Urban Shadows

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfdfe1, #98989a, #626264, #3e3e41, #27282b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfdfe1, #98989a, #626264, #3e3e41, #27282b);
}

Urban Shadows color palette created on .