Paleta de colores Urban Hippie

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Urban Hippie palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Urban Hippie

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

CSS de la paleta de colores Urban Hippie

/* CSS */
.color-1 {
color: #7c4dff;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ffb300;
}
.color-4 {
color: #6eba45;
}
.color-5 {
color: #d6006f;
}

/* CSS Variables */
:root {
--color-1: #7c4dff;
--color-2: #ff6d1f;
--color-3: #ffb300;
--color-4: #6eba45;
--color-5: #d6006f;
}

CSS del degradado de fondo Urban Hippie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c4dff, #ff6d1f, #ffb300, #6eba45, #d6006f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c4dff, #ff6d1f, #ffb300, #6eba45, #d6006f);
}

Urban Hippie color palette created on .