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: #d5c7af;
}
.color-2 {
color: #a49c89;
}
.color-3 {
color: #6e5b4e;
}
.color-4 {
color: #c1815c;
}
.color-5 {
color: #794939;
}

/* CSS Variables */
:root {
--color-1: #d5c7af;
--color-2: #a49c89;
--color-3: #6e5b4e;
--color-4: #c1815c;
--color-5: #794939;
}

Brown Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c7af, #a49c89, #6e5b4e, #c1815c, #794939);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c7af, #a49c89, #6e5b4e, #c1815c, #794939);
}

Brown Shades color palette created on .