Farm Dog Color Palette

Discover the beautiful Farm Dog color palette featuring shadow (#8a6b4c), tussock (#ce9e5a), manhattan (#f6d098), spring rain (#9fc1a4) and aqua forest (#59977c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Brown, Cream, Earthy, Green, Muted, Nature, 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 Farm Dog palette

Share this palette to:

💻 Farm Dog color palette CSS

/* CSS */
.color-1 {
color: #8a6b4c;
}
.color-2 {
color: #ce9e5a;
}
.color-3 {
color: #f6d098;
}
.color-4 {
color: #9fc1a4;
}
.color-5 {
color: #59977c;
}

/* CSS Variables */
:root {
--color-1: #8a6b4c;
--color-2: #ce9e5a;
--color-3: #f6d098;
--color-4: #9fc1a4;
--color-5: #59977c;
}

🌈 Farm Dog background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a6b4c, #ce9e5a, #f6d098, #9fc1a4, #59977c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a6b4c, #ce9e5a, #f6d098, #9fc1a4, #59977c);
}

Farm Dog color palette created on .