Dark Brown Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Brown palette

Share this palette to:

Dark Brown color palette PNG image

Download dark brown color palette PNG image (landscape)
Download dark brown color palette PNG image (square)

Dark Brown color palette CSS

/* CSS */
.color-1 {
color: #492c2f;
}
.color-2 {
color: #6f4c3e;
}
.color-3 {
color: #a66c5e;
}
.color-4 {
color: #d5b7a4;
}
.color-5 {
color: #f3e1d3;
}

/* CSS Variables */
:root {
--color-1: #492c2f;
--color-2: #6f4c3e;
--color-3: #a66c5e;
--color-4: #d5b7a4;
--color-5: #f3e1d3;
}

Dark Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #492c2f, #6f4c3e, #a66c5e, #d5b7a4, #f3e1d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #492c2f, #6f4c3e, #a66c5e, #d5b7a4, #f3e1d3);
}

Dark Brown color palette created on .