Light Brown Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Light Brown palette
Color Inspiration
Images that showcase this color palette in real designs
Download Light Brown Color Palette (PNG)
Light Brown color palette CSS
/* CSS */
.color-1 {
color: #e9d4c3;
}
.color-2 {
color: #d7c5b7;
}
.color-3 {
color: #c3b6a2;
}
.color-4 {
color: #b69d8b;
}
.color-5 {
color: #a68f7d;
}
/* CSS Variables */
:root {
--color-1: #e9d4c3;
--color-2: #d7c5b7;
--color-3: #c3b6a2;
--color-4: #b69d8b;
--color-5: #a68f7d;
}
Light Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9d4c3, #d7c5b7, #c3b6a2, #b69d8b, #a68f7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9d4c3, #d7c5b7, #c3b6a2, #b69d8b, #a68f7d);
}
Similar color palettes
Light Brown color palette created on .