American Paint Horse Color Palette

Discover the beautiful American Paint Horse color palette featuring indian khaki (#bfaf8d), foggy gray (#c9c3b1), stark white (#e7d6c1), tussock (#c57c44) and cowboy (#4d2d2f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Brown, Cream, Earthy, Horse, Nature, Soft, Tan, 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 American Paint Horse palette

Share this palette to:

💻 American Paint Horse color palette CSS

/* CSS */
.color-1 {
color: #bfaf8d;
}
.color-2 {
color: #c9c3b1;
}
.color-3 {
color: #e7d6c1;
}
.color-4 {
color: #c57c44;
}
.color-5 {
color: #4d2d2f;
}

/* CSS Variables */
:root {
--color-1: #bfaf8d;
--color-2: #c9c3b1;
--color-3: #e7d6c1;
--color-4: #c57c44;
--color-5: #4d2d2f;
}

🌈 American Paint Horse background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfaf8d, #c9c3b1, #e7d6c1, #c57c44, #4d2d2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfaf8d, #c9c3b1, #e7d6c1, #c57c44, #4d2d2f);
}

American Paint Horse color palette created on .