Urban Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Urban Elegance palette

Share this palette to:

Urban Elegance color palette CSS

/* CSS */
.color-1 {
color: #3b2b2b;
}
.color-2 {
color: #5b4d4d;
}
.color-3 {
color: #7e6d6d;
}
.color-4 {
color: #a79b8b;
}
.color-5 {
color: #c2b2b2;
}

/* CSS Variables */
:root {
--color-1: #3b2b2b;
--color-2: #5b4d4d;
--color-3: #7e6d6d;
--color-4: #a79b8b;
--color-5: #c2b2b2;
}

Urban Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b2b2b, #5b4d4d, #7e6d6d, #a79b8b, #c2b2b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b2b2b, #5b4d4d, #7e6d6d, #a79b8b, #c2b2b2);
}

Urban Elegance color palette created on .