Capybara Color Palette

Discover the beautiful Capybara color palette featuring indian khaki (#c2b180), leather (#a27b5d), brandy (#dab98b), sapling (#e1c6a8) and sidecar (#f4e2c3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Beige, Brown, Soft, Nature, Neutral, Summer, Light, Warm, 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 Capybara palette

Share this palette to:

💻 Capybara color palette CSS

/* CSS */
.color-1 {
color: #c2b180;
}
.color-2 {
color: #a27b5d;
}
.color-3 {
color: #dab98b;
}
.color-4 {
color: #e1c6a8;
}
.color-5 {
color: #f4e2c3;
}

/* CSS Variables */
:root {
--color-1: #c2b180;
--color-2: #a27b5d;
--color-3: #dab98b;
--color-4: #e1c6a8;
--color-5: #f4e2c3;
}

🌈 Capybara background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2b180, #a27b5d, #dab98b, #e1c6a8, #f4e2c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2b180, #a27b5d, #dab98b, #e1c6a8, #f4e2c3);
}

Capybara color palette created on .