Brown Vanilla Color Palette

Discover the beautiful Brown Vanilla color palette featuring grain brown (#e3d2b0), grain brown (#e3ceb5), tan (#d6ad8f), tan (#d0a080) and antique brass (#c78866).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Cream, Muted, Earthy, Warm, Autumn, Neutral, Soft 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 Vanilla palette

Share this palette to:

💻 Brown Vanilla color palette CSS

/* CSS */
.color-1 {
color: #e3d2b0;
}
.color-2 {
color: #e3ceb5;
}
.color-3 {
color: #d6ad8f;
}
.color-4 {
color: #d0a080;
}
.color-5 {
color: #c78866;
}

/* CSS Variables */
:root {
--color-1: #e3d2b0;
--color-2: #e3ceb5;
--color-3: #d6ad8f;
--color-4: #d0a080;
--color-5: #c78866;
}

🌈 Brown Vanilla background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3d2b0, #e3ceb5, #d6ad8f, #d0a080, #c78866);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3d2b0, #e3ceb5, #d6ad8f, #d0a080, #c78866);
}

Brown Vanilla color palette created on .