Brown Tones Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Tones palette

Share this palette to:

Brown Tones color palette PNG image

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

Brown Tones color palette CSS

/* CSS */
.color-1 {
color: #403820;
}
.color-2 {
color: #5a4d3a;
}
.color-3 {
color: #79694e;
}
.color-4 {
color: #bfae8d;
}
.color-5 {
color: #e8d7b0;
}

/* CSS Variables */
:root {
--color-1: #403820;
--color-2: #5a4d3a;
--color-3: #79694e;
--color-4: #bfae8d;
--color-5: #e8d7b0;
}

Brown Tones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #403820, #5a4d3a, #79694e, #bfae8d, #e8d7b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #403820, #5a4d3a, #79694e, #bfae8d, #e8d7b0);
}

Brown Tones color palette created on .