Rusty Brown Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rusty Brown palette

Share this palette to:

Download Rusty Brown Color Palette (PNG)

Download rusty brown color palette PNG image (landscape)
Download rusty brown color palette PNG image (square)

Rusty Brown color palette CSS

/* CSS */
.color-1 {
color: #c67b39;
}
.color-2 {
color: #e4b75e;
}
.color-3 {
color: #b24b2e;
}
.color-4 {
color: #7d2b1c;
}
.color-5 {
color: #c7a86b;
}

/* CSS Variables */
:root {
--color-1: #c67b39;
--color-2: #e4b75e;
--color-3: #b24b2e;
--color-4: #7d2b1c;
--color-5: #c7a86b;
}

Rusty Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c67b39, #e4b75e, #b24b2e, #7d2b1c, #c7a86b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c67b39, #e4b75e, #b24b2e, #7d2b1c, #c7a86b);
}

Rusty Brown color palette created on .