Paleta de colores Urban Blossom

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Urban Blossom palette

Compartir esta paleta en:

CSS de la paleta de colores Urban Blossom

/* CSS */
.color-1 {
color: #1c1c1c;
}
.color-2 {
color: #6b946f;
}
.color-3 {
color: #ebbcd2;
}
.color-4 {
color: #f4dfbe;
}
.color-5 {
color: #d37e7e;
}

/* CSS Variables */
:root {
--color-1: #1c1c1c;
--color-2: #6b946f;
--color-3: #ebbcd2;
--color-4: #f4dfbe;
--color-5: #d37e7e;
}

CSS del degradado de fondo Urban Blossom

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c1c, #6b946f, #ebbcd2, #f4dfbe, #d37e7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c1c, #6b946f, #ebbcd2, #f4dfbe, #d37e7e);
}

Urban Blossom color palette created on .