Light Brown Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light Brown palette

Share this palette to:

Light Brown color palette CSS

/* CSS */
.color-1 {
color: #d9b8a0;
}
.color-2 {
color: #e3c6b0;
}
.color-3 {
color: #f6e2c1;
}
.color-4 {
color: #f9d09f;
}
.color-5 {
color: #e89878;
}

/* CSS Variables */
:root {
--color-1: #d9b8a0;
--color-2: #e3c6b0;
--color-3: #f6e2c1;
--color-4: #f9d09f;
--color-5: #e89878;
}

Light Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b8a0, #e3c6b0, #f6e2c1, #f9d09f, #e89878);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b8a0, #e3c6b0, #f6e2c1, #f9d09f, #e89878);
}

Similar color palettes

Light Brown color palette created on .