Paleta de colores Urban Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Urban Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Urban Serenity

/* CSS */
.color-1 {
color: #e3e8e8;
}
.color-2 {
color: #889096;
}
.color-3 {
color: #64686d;
}
.color-4 {
color: #4c4e52;
}
.color-5 {
color: #3d3f43;
}

/* CSS Variables */
:root {
--color-1: #e3e8e8;
--color-2: #889096;
--color-3: #64686d;
--color-4: #4c4e52;
--color-5: #3d3f43;
}

CSS del degradado de fondo Urban Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3e8e8, #889096, #64686d, #4c4e52, #3d3f43);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3e8e8, #889096, #64686d, #4c4e52, #3d3f43);
}

Paletas de colores similares

Urban Serenity color palette created on .