Horse Stable Color Palette

Discover the beautiful Horse Stable color palette featuring potters clay (#8b5a3c), tan (#d8b18d), sidecar (#f3e0c4), spring rain (#a9c8a2) and ironstone (#794b39).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBrown, Earthy, Nature, Stable, Soft, Autumn, Green, Warm, Amber, Neutral 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 Horse Stable palette

Share this palette to:

💻 Horse Stable color palette CSS

/* CSS */
.color-1 {
color: #8b5a3c;
}
.color-2 {
color: #d8b18d;
}
.color-3 {
color: #f3e0c4;
}
.color-4 {
color: #a9c8a2;
}
.color-5 {
color: #794b39;
}

/* CSS Variables */
:root {
--color-1: #8b5a3c;
--color-2: #d8b18d;
--color-3: #f3e0c4;
--color-4: #a9c8a2;
--color-5: #794b39;
}

🌈 Horse Stable background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8b5a3c, #d8b18d, #f3e0c4, #a9c8a2, #794b39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8b5a3c, #d8b18d, #f3e0c4, #a9c8a2, #794b39);
}

Horse Stable color palette created on .