Light Brown Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light Brown palette

Share this palette to:

Download Light Brown Color Palette (PNG)

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

Light Brown color palette CSS

/* CSS */
.color-1 {
color: #d7c5b7;
}
.color-2 {
color: #f2e1d4;
}
.color-3 {
color: #f6d5c1;
}
.color-4 {
color: #e8c6b5;
}
.color-5 {
color: #c9a8a1;
}

/* CSS Variables */
:root {
--color-1: #d7c5b7;
--color-2: #f2e1d4;
--color-3: #f6d5c1;
--color-4: #e8c6b5;
--color-5: #c9a8a1;
}

Light Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7c5b7, #f2e1d4, #f6d5c1, #e8c6b5, #c9a8a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7c5b7, #f2e1d4, #f6d5c1, #e8c6b5, #c9a8a1);
}

Light Brown color palette created on .