Deer Meadow Color Palette

Discover the beautiful Deer Meadow color palette featuring leather (#9c7b54), gimblet (#c1a471), brandy (#e2c6a6), parchment (#f3ead8) and quarter spanish white (#f8f1e3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Brown, Cream, Earthy, Light, Nature, Neutral, Soft, Vintage, Warm 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 Deer Meadow palette

Share this palette to:

💻 Deer Meadow color palette CSS

/* CSS */
.color-1 {
color: #9c7b54;
}
.color-2 {
color: #c1a471;
}
.color-3 {
color: #e2c6a6;
}
.color-4 {
color: #f3ead8;
}
.color-5 {
color: #f8f1e3;
}

/* CSS Variables */
:root {
--color-1: #9c7b54;
--color-2: #c1a471;
--color-3: #e2c6a6;
--color-4: #f3ead8;
--color-5: #f8f1e3;
}

🌈 Deer Meadow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c7b54, #c1a471, #e2c6a6, #f3ead8, #f8f1e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c7b54, #c1a471, #e2c6a6, #f3ead8, #f8f1e3);
}

Deer Meadow color palette created on .