Husk Color Palette

Discover the beautiful Husk color palette featuring mongoose (#c1a27b), santa fe (#a86d4d), ironstone (#8c4c3b), brown rust (#b65b3a) and porsche (#e7a56e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Brown, Earthy, Fall, Nature, Neutral, Soft, 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 Husk palette

Share this palette to:

💻 Husk color palette CSS

/* CSS */
.color-1 {
color: #c1a27b;
}
.color-2 {
color: #a86d4d;
}
.color-3 {
color: #8c4c3b;
}
.color-4 {
color: #b65b3a;
}
.color-5 {
color: #e7a56e;
}

/* CSS Variables */
:root {
--color-1: #c1a27b;
--color-2: #a86d4d;
--color-3: #8c4c3b;
--color-4: #b65b3a;
--color-5: #e7a56e;
}

🌈 Husk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1a27b, #a86d4d, #8c4c3b, #b65b3a, #e7a56e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1a27b, #a86d4d, #8c4c3b, #b65b3a, #e7a56e);
}

Husk color palette created on .