Paleta de colores Urban Vibe

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Urban Vibe palette

Compartir esta paleta en:

CSS de la paleta de colores Urban Vibe

/* CSS */
.color-1 {
color: #1f1f1f;
}
.color-2 {
color: #ffffff;
}
.color-3 {
color: #7d7d7d;
}
.color-4 {
color: #4a4a4a;
}
.color-5 {
color: #e63746;
}

/* CSS Variables */
:root {
--color-1: #1f1f1f;
--color-2: #ffffff;
--color-3: #7d7d7d;
--color-4: #4a4a4a;
--color-5: #e63746;
}

CSS del degradado de fondo Urban Vibe

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f1f, #ffffff, #7d7d7d, #4a4a4a, #e63746);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f1f, #ffffff, #7d7d7d, #4a4a4a, #e63746);
}

Urban Vibe color palette created on .