Brown Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Elegance palette

Share this palette to:

Brown Elegance color palette CSS

/* CSS */
.color-1 {
color: #493b36;
}
.color-2 {
color: #7a5a4d;
}
.color-3 {
color: #a67c6e;
}
.color-4 {
color: #d8beb0;
}
.color-5 {
color: #eee3d3;
}

/* CSS Variables */
:root {
--color-1: #493b36;
--color-2: #7a5a4d;
--color-3: #a67c6e;
--color-4: #d8beb0;
--color-5: #eee3d3;
}

Brown Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #493b36, #7a5a4d, #a67c6e, #d8beb0, #eee3d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #493b36, #7a5a4d, #a67c6e, #d8beb0, #eee3d3);
}

Brown Elegance color palette created on .