Rich Brown Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rich Brown palette

Share this palette to:

Download Rich Brown Color Palette (PNG)

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

Rich Brown color palette CSS

/* CSS */
.color-1 {
color: #d3a76f;
}
.color-2 {
color: #b3794d;
}
.color-3 {
color: #9f573c;
}
.color-4 {
color: #7e2a26;
}
.color-5 {
color: #4f1c1e;
}

/* CSS Variables */
:root {
--color-1: #d3a76f;
--color-2: #b3794d;
--color-3: #9f573c;
--color-4: #7e2a26;
--color-5: #4f1c1e;
}

Rich Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3a76f, #b3794d, #9f573c, #7e2a26, #4f1c1e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3a76f, #b3794d, #9f573c, #7e2a26, #4f1c1e);
}

Rich Brown color palette created on .