Silver Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Silver Shades palette

Share this palette to:

Silver Shades color palette PNG image

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

Silver Shades color palette CSS

/* CSS */
.color-1 {
color: #bfbfbf;
}
.color-2 {
color: #b0b0b0;
}
.color-3 {
color: #8f8f8f;
}
.color-4 {
color: #808080;
}
.color-5 {
color: #5e5e5e;
}

/* CSS Variables */
:root {
--color-1: #bfbfbf;
--color-2: #b0b0b0;
--color-3: #8f8f8f;
--color-4: #808080;
--color-5: #5e5e5e;
}

Silver Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfbfbf, #b0b0b0, #8f8f8f, #808080, #5e5e5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfbfbf, #b0b0b0, #8f8f8f, #808080, #5e5e5e);
}

Silver Shades color palette created on .