Brown Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Shades palette

Share this palette to:

Brown Shades color palette CSS

/* CSS */
.color-1 {
color: #d3b59c;
}
.color-2 {
color: #c6996c;
}
.color-3 {
color: #9f512d;
}
.color-4 {
color: #895b29;
}
.color-5 {
color: #6f4f3e;
}

/* CSS Variables */
:root {
--color-1: #d3b59c;
--color-2: #c6996c;
--color-3: #9f512d;
--color-4: #895b29;
--color-5: #6f4f3e;
}

Brown Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3b59c, #c6996c, #9f512d, #895b29, #6f4f3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3b59c, #c6996c, #9f512d, #895b29, #6f4f3e);
}

Brown Shades color palette created on .