Hooves Color Palette

Discover the beautiful Hooves color palette featuring ironstone (#794c39), santa fe (#b56c4f), tan (#d3a77e), new orleans (#f2d59c) and cashmere (#e4b69b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Brown, Earthy, Neutral, Soft, Tan, Warm, Wood 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 Hooves palette

Share this palette to:

💻 Hooves color palette CSS

/* CSS */
.color-1 {
color: #794c39;
}
.color-2 {
color: #b56c4f;
}
.color-3 {
color: #d3a77e;
}
.color-4 {
color: #f2d59c;
}
.color-5 {
color: #e4b69b;
}

/* CSS Variables */
:root {
--color-1: #794c39;
--color-2: #b56c4f;
--color-3: #d3a77e;
--color-4: #f2d59c;
--color-5: #e4b69b;
}

🌈 Hooves background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #794c39, #b56c4f, #d3a77e, #f2d59c, #e4b69b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #794c39, #b56c4f, #d3a77e, #f2d59c, #e4b69b);
}

Hooves color palette created on .