Loading...

Shades of Silver Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Silver palette

Share this palette to:

Download Shades of Silver Color Palette (PNG)

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

Shades of Silver color palette CSS

/* CSS */
.color-1 {
color: #bfbfbf;
}
.color-2 {
color: #a8a8a8;
}
.color-3 {
color: #d4d4d4;
}
.color-4 {
color: #b0b0b0;
}
.color-5 {
color: #e0e0e0;
}

/* CSS Variables */
:root {
--color-1: #bfbfbf;
--color-2: #a8a8a8;
--color-3: #d4d4d4;
--color-4: #b0b0b0;
--color-5: #e0e0e0;
}

Shades of Silver background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfbfbf, #a8a8a8, #d4d4d4, #b0b0b0, #e0e0e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfbfbf, #a8a8a8, #d4d4d4, #b0b0b0, #e0e0e0);
}

Shades of Silver color palette created on .