Paleta de colores Urban Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Urban Serenity palette
Image Gallery
CSS de la paleta de colores Urban Serenity
/* CSS */
.color-1 {
color: #f5f5f5;
}
.color-2 {
color: #818183;
}
.color-3 {
color: #afafb1;
}
.color-4 {
color: #292929;
}
.color-5 {
color: #d5d6d7;
}
/* CSS Variables */
:root {
--color-1: #f5f5f5;
--color-2: #818183;
--color-3: #afafb1;
--color-4: #292929;
--color-5: #d5d6d7;
}
CSS del degradado de fondo Urban Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f5f5, #818183, #afafb1, #292929, #d5d6d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f5f5, #818183, #afafb1, #292929, #d5d6d7);
}
Paletas de colores similares
Urban Serenity color palette created on .