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: #e6d4c1;
}
.color-2 {
color: #d5c2b3;
}
.color-3 {
color: #c6b19f;
}
.color-4 {
color: #e5b29e;
}
.color-5 {
color: #d79b88;
}

/* CSS Variables */
:root {
--color-1: #e6d4c1;
--color-2: #d5c2b3;
--color-3: #c6b19f;
--color-4: #e5b29e;
--color-5: #d79b88;
}

Light Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6d4c1, #d5c2b3, #c6b19f, #e5b29e, #d79b88);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6d4c1, #d5c2b3, #c6b19f, #e5b29e, #d79b88);
}

Light Brown color palette created on .