Elegant Brown Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Elegant Brown palette

Share this palette to:

Elegant Brown color palette CSS

/* CSS */
.color-1 {
color: #e8cca1;
}
.color-2 {
color: #d0a66c;
}
.color-3 {
color: #a26b44;
}
.color-4 {
color: #7b4c2d;
}
.color-5 {
color: #5b3a24;
}

/* CSS Variables */
:root {
--color-1: #e8cca1;
--color-2: #d0a66c;
--color-3: #a26b44;
--color-4: #7b4c2d;
--color-5: #5b3a24;
}

Elegant Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8cca1, #d0a66c, #a26b44, #7b4c2d, #5b3a24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8cca1, #d0a66c, #a26b44, #7b4c2d, #5b3a24);
}

Similar color palettes

Elegant Brown color palette created on .