Urban Dystopia Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Urban Dystopia palette

Share this palette to:

Urban Dystopia color palette PNG image

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

Urban Dystopia color palette CSS

/* CSS */
.color-1 {
color: #3b3e4e;
}
.color-2 {
color: #5b616b;
}
.color-3 {
color: #818892;
}
.color-4 {
color: #c3c9c0;
}
.color-5 {
color: #e4a5a8;
}

/* CSS Variables */
:root {
--color-1: #3b3e4e;
--color-2: #5b616b;
--color-3: #818892;
--color-4: #c3c9c0;
--color-5: #e4a5a8;
}

Urban Dystopia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b3e4e, #5b616b, #818892, #c3c9c0, #e4a5a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b3e4e, #5b616b, #818892, #c3c9c0, #e4a5a8);
}

Urban Dystopia color palette created on .