Cat Witch Autumn Color Palette

Discover the beautiful Cat Witch Autumn color palette featuring tobacco brown (#6b503d), mongoose (#bda77a), brandy punch (#db8a39), sepia skin (#a6633f) and tulip tree (#f1b23b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Orange, Brown, Yellow, Earthy, Witch, Cat, Harvest, Gold 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 Cat Witch Autumn palette

Share this palette to:

💻 Cat Witch Autumn color palette CSS

/* CSS */
.color-1 {
color: #6b503d;
}
.color-2 {
color: #bda77a;
}
.color-3 {
color: #db8a39;
}
.color-4 {
color: #a6633f;
}
.color-5 {
color: #f1b23b;
}

/* CSS Variables */
:root {
--color-1: #6b503d;
--color-2: #bda77a;
--color-3: #db8a39;
--color-4: #a6633f;
--color-5: #f1b23b;
}

🌈 Cat Witch Autumn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b503d, #bda77a, #db8a39, #a6633f, #f1b23b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b503d, #bda77a, #db8a39, #a6633f, #f1b23b);
}

Cat Witch Autumn color palette created on .