Urban Night Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Urban Night palette

Share this palette to:

Urban Night color palette PNG image

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

Urban Night color palette CSS

/* CSS */
.color-1 {
color: #1c1c1c;
}
.color-2 {
color: #3d3d3d;
}
.color-3 {
color: #5c5c5c;
}
.color-4 {
color: #8f3d3d;
}
.color-5 {
color: #d84f4f;
}

/* CSS Variables */
:root {
--color-1: #1c1c1c;
--color-2: #3d3d3d;
--color-3: #5c5c5c;
--color-4: #8f3d3d;
--color-5: #d84f4f;
}

Urban Night background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c1c, #3d3d3d, #5c5c5c, #8f3d3d, #d84f4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c1c, #3d3d3d, #5c5c5c, #8f3d3d, #d84f4f);
}

Urban Night color palette created on .