Urban Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Urban Sunrise palette

Share this palette to:

Urban Sunrise color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffa04d;
}
.color-3 {
color: #ffd54d;
}
.color-4 {
color: #69c3b0;
}
.color-5 {
color: #5f7b91;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa04d;
--color-3: #ffd54d;
--color-4: #69c3b0;
--color-5: #5f7b91;
}

Urban Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffa04d, #ffd54d, #69c3b0, #5f7b91);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffa04d, #ffd54d, #69c3b0, #5f7b91);
}

Urban Sunrise color palette created on .