Dark Brown Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Brown Shades palette

Share this palette to:

Dark Brown Shades color palette CSS

/* CSS */
.color-1 {
color: #4c3e3e;
}
.color-2 {
color: #6b5b5b;
}
.color-3 {
color: #8b7e7e;
}
.color-4 {
color: #b3a8a8;
}
.color-5 {
color: #d9c9c9;
}

/* CSS Variables */
:root {
--color-1: #4c3e3e;
--color-2: #6b5b5b;
--color-3: #8b7e7e;
--color-4: #b3a8a8;
--color-5: #d9c9c9;
}

Dark Brown Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e3e, #6b5b5b, #8b7e7e, #b3a8a8, #d9c9c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e3e, #6b5b5b, #8b7e7e, #b3a8a8, #d9c9c9);
}

Dark Brown Shades color palette created on .