Brown Luxury Color Palette

Discover the beautiful Brown Luxury color palette featuring paarl (#9f512d), indian khaki (#c2b180), akaroa (#d9cbaf), bone (#e4d8c4) and beige (#f5f5db).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Luxury, Beige, Brown 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 Brown Luxury palette

Share this palette to:

💻 Brown Luxury color palette CSS

/* CSS */
.color-1 {
color: #9f512d;
}
.color-2 {
color: #c2b180;
}
.color-3 {
color: #d9cbaf;
}
.color-4 {
color: #e4d8c4;
}
.color-5 {
color: #f5f5db;
}

/* CSS Variables */
:root {
--color-1: #9f512d;
--color-2: #c2b180;
--color-3: #d9cbaf;
--color-4: #e4d8c4;
--color-5: #f5f5db;
}

🌈 Brown Luxury background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9f512d, #c2b180, #d9cbaf, #e4d8c4, #f5f5db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9f512d, #c2b180, #d9cbaf, #e4d8c4, #f5f5db);
}

Brown Luxury color palette created on .