Brown Seppia Color Palette

Discover the beautiful Brown Seppia color palette featuring santa fe (#b57969), tan (#d6b58f), cashmere (#e3c1a1), givry (#f9e4c3) and albescent white (#f3dac9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Autumn, Warm, Beige, Retro 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 Seppia palette

Share this palette to:

💻 Brown Seppia color palette CSS

/* CSS */
.color-1 {
color: #b57969;
}
.color-2 {
color: #d6b58f;
}
.color-3 {
color: #e3c1a1;
}
.color-4 {
color: #f9e4c3;
}
.color-5 {
color: #f3dac9;
}

/* CSS Variables */
:root {
--color-1: #b57969;
--color-2: #d6b58f;
--color-3: #e3c1a1;
--color-4: #f9e4c3;
--color-5: #f3dac9;
}

🌈 Brown Seppia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b57969, #d6b58f, #e3c1a1, #f9e4c3, #f3dac9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b57969, #d6b58f, #e3c1a1, #f9e4c3, #f3dac9);
}

Brown Seppia color palette created on .