Light Brown Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Light Brown palette
Light Brown color palette CSS
/* CSS */
.color-1 {
color: #f6d8b1;
}
.color-2 {
color: #f4cca4;
}
.color-3 {
color: #f2b597;
}
.color-4 {
color: #efae8a;
}
.color-5 {
color: #e4a67c;
}
/* CSS Variables */
:root {
--color-1: #f6d8b1;
--color-2: #f4cca4;
--color-3: #f2b597;
--color-4: #efae8a;
--color-5: #e4a67c;
}
Light Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d8b1, #f4cca4, #f2b597, #efae8a, #e4a67c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d8b1, #f4cca4, #f2b597, #efae8a, #e4a67c);
}
Similar color palettes
Scroll down to explore 300+ Beige color palettes
Light Brown color palette created on .