Urban Renewal Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Urban Renewal palette

Share this palette to:

Urban Renewal color palette CSS

/* CSS */
.color-1 {
color: #415d41;
}
.color-2 {
color: #7baf79;
}
.color-3 {
color: #b2d7b2;
}
.color-4 {
color: #f4edc3;
}
.color-5 {
color: #df5353;
}

/* CSS Variables */
:root {
--color-1: #415d41;
--color-2: #7baf79;
--color-3: #b2d7b2;
--color-4: #f4edc3;
--color-5: #df5353;
}

Urban Renewal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #415d41, #7baf79, #b2d7b2, #f4edc3, #df5353);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #415d41, #7baf79, #b2d7b2, #f4edc3, #df5353);
}

Similar color palettes

Scroll down to explore 1 Green color palette

Urban Renewal color palette created on .