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 CSS

/* CSS */
.color-1 {
color: #e8d8bf;
}
.color-2 {
color: #d0c7b3;
}
.color-3 {
color: #b1af9a;
}
.color-4 {
color: #999f84;
}
.color-5 {
color: #797c6a;
}

/* CSS Variables */
:root {
--color-1: #e8d8bf;
--color-2: #d0c7b3;
--color-3: #b1af9a;
--color-4: #999f84;
--color-5: #797c6a;
}

Shades of Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8d8bf, #d0c7b3, #b1af9a, #999f84, #797c6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8d8bf, #d0c7b3, #b1af9a, #999f84, #797c6a);
}

Shades of Brown color palette created on .