Shades of Brown Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Brown palette

Share this palette to:

Shades of Brown color palette PNG image

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

Shades of Brown color palette CSS

/* CSS */
.color-1 {
color: #d9c7b5;
}
.color-2 {
color: #f5e1c2;
}
.color-3 {
color: #f3dac9;
}
.color-4 {
color: #c1a59a;
}
.color-5 {
color: #8b6f70;
}

/* CSS Variables */
:root {
--color-1: #d9c7b5;
--color-2: #f5e1c2;
--color-3: #f3dac9;
--color-4: #c1a59a;
--color-5: #8b6f70;
}

Shades of Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9c7b5, #f5e1c2, #f3dac9, #c1a59a, #8b6f70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9c7b5, #f5e1c2, #f3dac9, #c1a59a, #8b6f70);
}

Shades of Brown color palette created on .