Paleta de colores Urban Wing Grays

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Urban Wing Grays palette

Compartir esta paleta en:

CSS de la paleta de colores Urban Wing Grays

/* CSS */
.color-1 {
color: #474747;
}
.color-2 {
color: #7d7d7d;
}
.color-3 {
color: #a8a8a8;
}
.color-4 {
color: #c2c2c2;
}
.color-5 {
color: #e0e0e0;
}

/* CSS Variables */
:root {
--color-1: #474747;
--color-2: #7d7d7d;
--color-3: #a8a8a8;
--color-4: #c2c2c2;
--color-5: #e0e0e0;
}

CSS del degradado de fondo Urban Wing Grays

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #474747, #7d7d7d, #a8a8a8, #c2c2c2, #e0e0e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #474747, #7d7d7d, #a8a8a8, #c2c2c2, #e0e0e0);
}

Urban Wing Grays color palette created on .