Urban Residue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Urban Residue palette

Share this palette to:

Urban Residue color palette CSS

/* CSS */
.color-1 {
color: #6d4f4f;
}
.color-2 {
color: #b86b6b;
}
.color-3 {
color: #e69f2d;
}
.color-4 {
color: #f8c659;
}
.color-5 {
color: #a9c7ba;
}

/* CSS Variables */
:root {
--color-1: #6d4f4f;
--color-2: #b86b6b;
--color-3: #e69f2d;
--color-4: #f8c659;
--color-5: #a9c7ba;
}

Urban Residue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d4f4f, #b86b6b, #e69f2d, #f8c659, #a9c7ba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d4f4f, #b86b6b, #e69f2d, #f8c659, #a9c7ba);
}

Urban Residue color palette created on .