Fat Girl Fall Color Palette

Discover the beautiful Fat Girl Fall color palette featuring hot cinnamon (#cf6f20), sepia skin (#a45a3d), chestnut rose (#c86b4c), equator (#e3b059) and web orange (#f5a300).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Earthy, Orange, Brown, Beige, Warm, Fall, Fun, Feminine 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 Fat Girl Fall palette

Share this palette to:

💻 Fat Girl Fall color palette CSS

/* CSS */
.color-1 {
color: #cf6f20;
}
.color-2 {
color: #a45a3d;
}
.color-3 {
color: #c86b4c;
}
.color-4 {
color: #e3b059;
}
.color-5 {
color: #f5a300;
}

/* CSS Variables */
:root {
--color-1: #cf6f20;
--color-2: #a45a3d;
--color-3: #c86b4c;
--color-4: #e3b059;
--color-5: #f5a300;
}

🌈 Fat Girl Fall background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cf6f20, #a45a3d, #c86b4c, #e3b059, #f5a300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cf6f20, #a45a3d, #c86b4c, #e3b059, #f5a300);
}

Fat Girl Fall color palette created on .