Shades of Silver Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Silver palette

Share this palette to:

Shades of Silver color palette CSS

/* CSS */
.color-1 {
color: #a6b1b5;
}
.color-2 {
color: #c5d7d8;
}
.color-3 {
color: #d9e6e7;
}
.color-4 {
color: #f0f8f9;
}
.color-5 {
color: #e2f1f3;
}

/* CSS Variables */
:root {
--color-1: #a6b1b5;
--color-2: #c5d7d8;
--color-3: #d9e6e7;
--color-4: #f0f8f9;
--color-5: #e2f1f3;
}

Shades of Silver background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6b1b5, #c5d7d8, #d9e6e7, #f0f8f9, #e2f1f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6b1b5, #c5d7d8, #d9e6e7, #f0f8f9, #e2f1f3);
}

Shades of Silver color palette created on .