Urban Grey with Dark Red and Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Urban Grey with Dark Red and Blue palette

Share this palette to:

Urban Grey with Dark Red and Blue color palette CSS

/* CSS */
.color-1 {
color: #4a4a4a;
}
.color-2 {
color: #7d7d7d;
}
.color-3 {
color: #b0b0b0;
}
.color-4 {
color: #ba706d;
}
.color-5 {
color: #76b0c1;
}

/* CSS Variables */
:root {
--color-1: #4a4a4a;
--color-2: #7d7d7d;
--color-3: #b0b0b0;
--color-4: #ba706d;
--color-5: #76b0c1;
}

Urban Grey with Dark Red and Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4a4a, #7d7d7d, #b0b0b0, #ba706d, #76b0c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4a4a, #7d7d7d, #b0b0b0, #ba706d, #76b0c1);
}

Similar color palettes

Urban Grey with Dark Red and Blue color palette created on .