Light Brown Color Palette
Discover the beautiful Light Brown color palette featuring wheat (#f6e6b1), putty (#e9c58b), whiskey (#d8a96e), tussock (#c48a4f) and brown rust (#b66a3e).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Light Brown palette
๐ป Light Brown color palette CSS
/* CSS */
.color-1 {
color: #f6e6b1;
}
.color-2 {
color: #e9c58b;
}
.color-3 {
color: #d8a96e;
}
.color-4 {
color: #c48a4f;
}
.color-5 {
color: #b66a3e;
}
/* CSS Variables */
:root {
--color-1: #f6e6b1;
--color-2: #e9c58b;
--color-3: #d8a96e;
--color-4: #c48a4f;
--color-5: #b66a3e;
} ๐ Light Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e6b1, #e9c58b, #d8a96e, #c48a4f, #b66a3e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e6b1, #e9c58b, #d8a96e, #c48a4f, #b66a3e);
} ๐ Explore similar color palettes
Light Brown color palette created on .