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: #5b3a29;
}
.color-2 {
color: #8d6d4e;
}
.color-3 {
color: #c1a78a;
}
.color-4 {
color: #e8d5c4;
}
.color-5 {
color: #f6e1d5;
}

/* CSS Variables */
:root {
--color-1: #5b3a29;
--color-2: #8d6d4e;
--color-3: #c1a78a;
--color-4: #e8d5c4;
--color-5: #f6e1d5;
}

Shades of Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3a29, #8d6d4e, #c1a78a, #e8d5c4, #f6e1d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3a29, #8d6d4e, #c1a78a, #e8d5c4, #f6e1d5);
}

Shades of Brown color palette created on .