Kabul Inspired Color Palette

Discover the beautiful Kabul Inspired color palette featuring kabul (#60493e), sandstone (#7d6c5e), zorba (#a59a8d), soft amber (#d1c0b3) and bone (#e5d7c2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBrown, Beige, Tan, Cream, Earthy, Neutral, Soft, Wood, Desert 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 Kabul Inspired palette

Share this palette to:

💻 Kabul Inspired color palette CSS

/* CSS */
.color-1 {
color: #60493e;
}
.color-2 {
color: #7d6c5e;
}
.color-3 {
color: #a59a8d;
}
.color-4 {
color: #d1c0b3;
}
.color-5 {
color: #e5d7c2;
}

/* CSS Variables */
:root {
--color-1: #60493e;
--color-2: #7d6c5e;
--color-3: #a59a8d;
--color-4: #d1c0b3;
--color-5: #e5d7c2;
}

🌈 Kabul Inspired background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #60493e, #7d6c5e, #a59a8d, #d1c0b3, #e5d7c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #60493e, #7d6c5e, #a59a8d, #d1c0b3, #e5d7c2);
}

Kabul Inspired color palette created on .