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: #c39969;
}
.color-2 {
color: #d69f6b;
}
.color-3 {
color: #a05b3b;
}
.color-4 {
color: #7d3b3c;
}
.color-5 {
color: #f3ca4f;
}

/* CSS Variables */
:root {
--color-1: #c39969;
--color-2: #d69f6b;
--color-3: #a05b3b;
--color-4: #7d3b3c;
--color-5: #f3ca4f;
}

Brown Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c39969, #d69f6b, #a05b3b, #7d3b3c, #f3ca4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c39969, #d69f6b, #a05b3b, #7d3b3c, #f3ca4f);
}

Brown Shades color palette created on .