Rust and Ruin Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rust and Ruin palette

Share this palette to:

Rust and Ruin color palette CSS

/* CSS */
.color-1 {
color: #7d8d9b;
}
.color-2 {
color: #b0a6a0;
}
.color-3 {
color: #c8b69d;
}
.color-4 {
color: #e4c3a0;
}
.color-5 {
color: #d45e3a;
}

/* CSS Variables */
:root {
--color-1: #7d8d9b;
--color-2: #b0a6a0;
--color-3: #c8b69d;
--color-4: #e4c3a0;
--color-5: #d45e3a;
}

Rust and Ruin background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d8d9b, #b0a6a0, #c8b69d, #e4c3a0, #d45e3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d8d9b, #b0a6a0, #c8b69d, #e4c3a0, #d45e3a);
}

Rust and Ruin color palette created on .