Paleta de colores Urban Sunrise

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Urban Sunrise palette

Compartir esta paleta en:

CSS de la paleta de colores Urban Sunrise

/* 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;
}

CSS del degradado de fondo Urban Sunrise

/* 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 .