Silver Shadows Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Silver Shadows palette

Share this palette to:

Silver Shadows color palette PNG image

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

Silver Shadows color palette CSS

/* 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;
}

Silver Shadows background gradient CSS

/* 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 .