Paleta de colores Urban Vibes

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Urban Vibes palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Urban Vibes

Download urban vibes color palette PNG image (landscape)
Download urban vibes color palette PNG image (square)

CSS de la paleta de colores Urban Vibes

/* CSS */
.color-1 {
color: #1c1c1c;
}
.color-2 {
color: #424242;
}
.color-3 {
color: #757575;
}
.color-4 {
color: #ff3c00;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #1c1c1c;
--color-2: #424242;
--color-3: #757575;
--color-4: #ff3c00;
--color-5: #ffffff;
}

CSS del degradado de fondo Urban Vibes

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c1c, #424242, #757575, #ff3c00, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c1c, #424242, #757575, #ff3c00, #ffffff);
}

Urban Vibes color palette created on .