Rustic Brown Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rustic Brown palette

Share this palette to:

Rustic Brown color palette CSS

/* CSS */
.color-1 {
color: #4e3b31;
}
.color-2 {
color: #796a5d;
}
.color-3 {
color: #b2a290;
}
.color-4 {
color: #d8ccb0;
}
.color-5 {
color: #e5d2c2;
}

/* CSS Variables */
:root {
--color-1: #4e3b31;
--color-2: #796a5d;
--color-3: #b2a290;
--color-4: #d8ccb0;
--color-5: #e5d2c2;
}

Rustic Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e3b31, #796a5d, #b2a290, #d8ccb0, #e5d2c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e3b31, #796a5d, #b2a290, #d8ccb0, #e5d2c2);
}

Rustic Brown color palette created on .