Light Brown Color Palette

Discover the beautiful Light Brown color palette featuring albescent white (#f6e5d5), cashmere (#e3c7a6), tan (#d1a67b), driftwood (#b5834a) and cape palliser (#a66e3f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Cream, Bright, Autumn, Fun color palettes and combinations.

💡 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

Share this palette to:

💻 Light Brown color palette CSS

/* CSS */
.color-1 {
color: #f6e5d5;
}
.color-2 {
color: #e3c7a6;
}
.color-3 {
color: #d1a67b;
}
.color-4 {
color: #b5834a;
}
.color-5 {
color: #a66e3f;
}

/* CSS Variables */
:root {
--color-1: #f6e5d5;
--color-2: #e3c7a6;
--color-3: #d1a67b;
--color-4: #b5834a;
--color-5: #a66e3f;
}

🌈 Light Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e5d5, #e3c7a6, #d1a67b, #b5834a, #a66e3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e5d5, #e3c7a6, #d1a67b, #b5834a, #a66e3f);
}

Light Brown color palette created on .