Rusty Silver Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rusty Silver palette

Share this palette to:

Rusty Silver color palette CSS

/* CSS */
.color-1 {
color: #c9c0bb;
}
.color-2 {
color: #b4a19c;
}
.color-3 {
color: #a68c8e;
}
.color-4 {
color: #e2a8a1;
}
.color-5 {
color: #c76b6b;
}

/* CSS Variables */
:root {
--color-1: #c9c0bb;
--color-2: #b4a19c;
--color-3: #a68c8e;
--color-4: #e2a8a1;
--color-5: #c76b6b;
}

Rusty Silver background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c9c0bb, #b4a19c, #a68c8e, #e2a8a1, #c76b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c9c0bb, #b4a19c, #a68c8e, #e2a8a1, #c76b6b);
}

Rusty Silver color palette created on .