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: #e2c8b6;
}
.color-2 {
color: #f2dfd4;
}
.color-3 {
color: #f9f3e6;
}
.color-4 {
color: #e0cab8;
}
.color-5 {
color: #c5b1a0;
}

/* CSS Variables */
:root {
--color-1: #e2c8b6;
--color-2: #f2dfd4;
--color-3: #f9f3e6;
--color-4: #e0cab8;
--color-5: #c5b1a0;
}

Light Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2c8b6, #f2dfd4, #f9f3e6, #e0cab8, #c5b1a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2c8b6, #f2dfd4, #f9f3e6, #e0cab8, #c5b1a0);
}

Light Brown color palette created on .