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: #a57c55;
}
.color-2 {
color: #b99c74;
}
.color-3 {
color: #e0c59e;
}
.color-4 {
color: #d3b58d;
}
.color-5 {
color: #895b29;
}

/* CSS Variables */
:root {
--color-1: #a57c55;
--color-2: #b99c74;
--color-3: #e0c59e;
--color-4: #d3b58d;
--color-5: #895b29;
}

Brown Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a57c55, #b99c74, #e0c59e, #d3b58d, #895b29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a57c55, #b99c74, #e0c59e, #d3b58d, #895b29);
}

Brown Shades color palette created on .