Paleta de colores Urban Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Urban Serenity palette
CSS de la paleta de colores Urban Serenity
/* CSS */
.color-1 {
color: #e0e0e0;
}
.color-2 {
color: #b1bec4;
}
.color-3 {
color: #8fa3ae;
}
.color-4 {
color: #607c8a;
}
.color-5 {
color: #455a63;
}
/* CSS Variables */
:root {
--color-1: #e0e0e0;
--color-2: #b1bec4;
--color-3: #8fa3ae;
--color-4: #607c8a;
--color-5: #455a63;
}
CSS del degradado de fondo Urban Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0e0e0, #b1bec4, #8fa3ae, #607c8a, #455a63);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0e0e0, #b1bec4, #8fa3ae, #607c8a, #455a63);
}
Paletas de colores similares
Urban Serenity color palette created on .