Brown Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Shades palette

Share this palette to:

Download Brown Shades Color Palette (PNG)

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

Brown Shades color palette CSS

/* CSS */
.color-1 {
color: #3f2613;
}
.color-2 {
color: #6a4b39;
}
.color-3 {
color: #a67c6e;
}
.color-4 {
color: #e9c1a5;
}
.color-5 {
color: #f6d6b1;
}

/* CSS Variables */
:root {
--color-1: #3f2613;
--color-2: #6a4b39;
--color-3: #a67c6e;
--color-4: #e9c1a5;
--color-5: #f6d6b1;
}

Brown Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f2613, #6a4b39, #a67c6e, #e9c1a5, #f6d6b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f2613, #6a4b39, #a67c6e, #e9c1a5, #f6d6b1);
}

Brown Shades color palette created on .