Arabian Horse Color Palette

Discover the beautiful Arabian Horse color palette featuring twine (#c19b6c), tumbleweed (#d6b57a), cashmere (#e7caa6), janna (#f3e5d2) and indian khaki (#bfae8d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Brown, Cream, Desert, Earthy, Elegant, Nature, Soft, Spring, 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 Arabian Horse palette

Share this palette to:

💻 Arabian Horse color palette CSS

/* CSS */
.color-1 {
color: #c19b6c;
}
.color-2 {
color: #d6b57a;
}
.color-3 {
color: #e7caa6;
}
.color-4 {
color: #f3e5d2;
}
.color-5 {
color: #bfae8d;
}

/* CSS Variables */
:root {
--color-1: #c19b6c;
--color-2: #d6b57a;
--color-3: #e7caa6;
--color-4: #f3e5d2;
--color-5: #bfae8d;
}

🌈 Arabian Horse background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c19b6c, #d6b57a, #e7caa6, #f3e5d2, #bfae8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c19b6c, #d6b57a, #e7caa6, #f3e5d2, #bfae8d);
}

Arabian Horse color palette created on .