Urban Bandit Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Urban Bandit palette

Share this palette to:

Urban Bandit color palette CSS

/* CSS */
.color-1 {
color: #4c3e3f;
}
.color-2 {
color: #7a6e6c;
}
.color-3 {
color: #a9918e;
}
.color-4 {
color: #d7b8a3;
}
.color-5 {
color: #f1dfd0;
}

/* CSS Variables */
:root {
--color-1: #4c3e3f;
--color-2: #7a6e6c;
--color-3: #a9918e;
--color-4: #d7b8a3;
--color-5: #f1dfd0;
}

Urban Bandit background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e3f, #7a6e6c, #a9918e, #d7b8a3, #f1dfd0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e3f, #7a6e6c, #a9918e, #d7b8a3, #f1dfd0);
}

Urban Bandit color palette created on .