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: #8c5a2b;
}
.color-2 {
color: #d0a06c;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #e59a38;
}
.color-5 {
color: #c43c21;
}

/* CSS Variables */
:root {
--color-1: #8c5a2b;
--color-2: #d0a06c;
--color-3: #f1c84b;
--color-4: #e59a38;
--color-5: #c43c21;
}

Brown Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c5a2b, #d0a06c, #f1c84b, #e59a38, #c43c21);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c5a2b, #d0a06c, #f1c84b, #e59a38, #c43c21);
}

Brown Shades color palette created on .