Paleta de colores Silver Shadows

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Silver Shadows palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Silver Shadows

Download silver shadows color palette PNG image (landscape)
Download silver shadows color palette PNG image (square)

CSS de la paleta de colores Silver Shadows

/* CSS */
.color-1 {
color: #d9d9d9;
}
.color-2 {
color: #b0b0b0;
}
.color-3 {
color: #808080;
}
.color-4 {
color: #4d4d4d;
}
.color-5 {
color: #1a1a1a;
}

/* CSS Variables */
:root {
--color-1: #d9d9d9;
--color-2: #b0b0b0;
--color-3: #808080;
--color-4: #4d4d4d;
--color-5: #1a1a1a;
}

CSS del degradado de fondo Silver Shadows

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9d9d9, #b0b0b0, #808080, #4d4d4d, #1a1a1a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9d9d9, #b0b0b0, #808080, #4d4d4d, #1a1a1a);
}

Silver Shadows color palette created on .