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: #3c9cdd;
}
.color-2 {
color: #5fbf8d;
}
.color-3 {
color: #f6c679;
}
.color-4 {
color: #f76e6e;
}
.color-5 {
color: #e64b3d;
}
/* CSS Variables */
:root {
--color-1: #3c9cdd;
--color-2: #5fbf8d;
--color-3: #f6c679;
--color-4: #f76e6e;
--color-5: #e64b3d;
}
Urban Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c9cdd, #5fbf8d, #f6c679, #f76e6e, #e64b3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c9cdd, #5fbf8d, #f6c679, #f76e6e, #e64b3d);
}
Similar color palettes
Urban Sunrise color palette created on .