Kael the Chacal Color Palette

Discover the beautiful Kael the Chacal color palette featuring santa fe (#b76f4e), whiskey (#d09c67), maize (#f6d4a2), tulip tree (#f1b341) and roman coffee (#7c5d4b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Beige, Bright, Desert, Earthy, Fun, Orange, Summer, Vintage, 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 Kael the Chacal palette

Share this palette to:

๐Ÿ’ป Kael the Chacal color palette CSS

/* CSS */
.color-1 {
color: #b76f4e;
}
.color-2 {
color: #d09c67;
}
.color-3 {
color: #f6d4a2;
}
.color-4 {
color: #f1b341;
}
.color-5 {
color: #7c5d4b;
}

/* CSS Variables */
:root {
--color-1: #b76f4e;
--color-2: #d09c67;
--color-3: #f6d4a2;
--color-4: #f1b341;
--color-5: #7c5d4b;
}

๐ŸŒˆ Kael the Chacal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b76f4e, #d09c67, #f6d4a2, #f1b341, #7c5d4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b76f4e, #d09c67, #f6d4a2, #f1b341, #7c5d4b);
}

Kael the Chacal color palette created on .