Brown Tones Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Tones palette

Share this palette to:

Brown Tones color palette CSS

/* CSS */
.color-1 {
color: #795939;
}
.color-2 {
color: #a65e3a;
}
.color-3 {
color: #c77e4d;
}
.color-4 {
color: #eabf8b;
}
.color-5 {
color: #d1a06b;
}

/* CSS Variables */
:root {
--color-1: #795939;
--color-2: #a65e3a;
--color-3: #c77e4d;
--color-4: #eabf8b;
--color-5: #d1a06b;
}

Brown Tones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #795939, #a65e3a, #c77e4d, #eabf8b, #d1a06b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #795939, #a65e3a, #c77e4d, #eabf8b, #d1a06b);
}

Brown Tones color palette created on .