Urban Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Urban Sunrise palette
Urban Sunrise color palette CSS
/* CSS */
.color-1 {
color: #f4c543;
}
.color-2 {
color: #e77e23;
}
.color-3 {
color: #e74d3c;
}
.color-4 {
color: #287fb8;
}
.color-5 {
color: #808d8e;
}
/* CSS Variables */
:root {
--color-1: #f4c543;
--color-2: #e77e23;
--color-3: #e74d3c;
--color-4: #287fb8;
--color-5: #808d8e;
}
Urban Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c543, #e77e23, #e74d3c, #287fb8, #808d8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c543, #e77e23, #e74d3c, #287fb8, #808d8e);
}
Similar color palettes
Scroll down to explore 500+ Bright color palettes
Urban Sunrise color palette created on .