Urban Hippie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Urban Hippie palette

Share this palette to:

Urban Hippie color palette PNG image

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

Urban Hippie color palette CSS

/* 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;
}

Urban Hippie background gradient CSS

/* 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 .