Paleta de colores Silver Lining Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Silver Lining Serenity palette
CSS de la paleta de colores Silver Lining Serenity
/* CSS */
.color-1 {
color: #a7a8aa;
}
.color-2 {
color: #b8babc;
}
.color-3 {
color: #d0d1d2;
}
.color-4 {
color: #e1e3e5;
}
.color-5 {
color: #f3f5f7;
}
/* CSS Variables */
:root {
--color-1: #a7a8aa;
--color-2: #b8babc;
--color-3: #d0d1d2;
--color-4: #e1e3e5;
--color-5: #f3f5f7;
}
CSS del degradado de fondo Silver Lining Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7a8aa, #b8babc, #d0d1d2, #e1e3e5, #f3f5f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7a8aa, #b8babc, #d0d1d2, #e1e3e5, #f3f5f7);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Gris
Silver Lining Serenity color palette created on .