Urban Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Urban Sunset palette
Color Inspiration
Images that showcase this color palette in real designs
Download Urban Sunset Color Palette (PNG)
Urban Sunset color palette CSS
/* CSS */
.color-1 {
color: #1f1f1f;
}
.color-2 {
color: #b0b0b0;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #ff6d1f;
}
.color-5 {
color: #4c6b5a;
}
/* CSS Variables */
:root {
--color-1: #1f1f1f;
--color-2: #b0b0b0;
--color-3: #ffffff;
--color-4: #ff6d1f;
--color-5: #4c6b5a;
}
Urban Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f1f, #b0b0b0, #ffffff, #ff6d1f, #4c6b5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f1f, #b0b0b0, #ffffff, #ff6d1f, #4c6b5a);
}
Similar color palettes
Urban Sunset color palette created on .