Urban Neutrality Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Urban Neutrality palette

Share this palette to:

Urban Neutrality color palette CSS

/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #7d7d7d;
}
.color-3 {
color: #b0b0b0;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #d33131;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #7d7d7d;
--color-3: #b0b0b0;
--color-4: #f0a800;
--color-5: #d33131;
}

Urban Neutrality background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #7d7d7d, #b0b0b0, #f0a800, #d33131);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #7d7d7d, #b0b0b0, #f0a800, #d33131);
}

Urban Neutrality color palette created on .