Urban Monochrome Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Urban Monochrome palette

Share this palette to:

Urban Monochrome color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #171717;
}
.color-3 {
color: #adadad;
}
.color-4 {
color: #5c5c5c;
}
.color-5 {
color: #e0e0e0;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #171717;
--color-3: #adadad;
--color-4: #5c5c5c;
--color-5: #e0e0e0;
}

Urban Monochrome background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #171717, #adadad, #5c5c5c, #e0e0e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #171717, #adadad, #5c5c5c, #e0e0e0);
}

Urban Monochrome color palette created on .