Paleta de colores Shades of Silver
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Silver palette
CSS de la paleta de colores Shades of Silver
/* CSS */
.color-1 {
color: #b0b0b0;
}
.color-2 {
color: #4a4a4a;
}
.color-3 {
color: #b0b0b0;
}
.color-4 {
color: #2b2b2b;
}
.color-5 {
color: #d6d6d6;
}
/* CSS Variables */
:root {
--color-1: #b0b0b0;
--color-2: #4a4a4a;
--color-3: #b0b0b0;
--color-4: #2b2b2b;
--color-5: #d6d6d6;
}
CSS del degradado de fondo Shades of Silver
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0b0b0, #4a4a4a, #b0b0b0, #2b2b2b, #d6d6d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0b0b0, #4a4a4a, #b0b0b0, #2b2b2b, #d6d6d6);
}
Paletas de colores similares
Shades of Silver color palette created on .