Autumn Leaves Color Palette
A warm autumn palette with rich reds, burnt oranges, and golden yellows. Ideal for seasonal and rustic designs.
Bark Brown
HEX: #6b1d0e
RGB: rgb(107, 29, 14)
HSL: hsl(10, 77%, 24%)
Autumn Red
HEX: #c1440e
RGB: rgb(193, 68, 14)
HSL: hsl(18, 86%, 41%)
Burnt Orange
HEX: #d4781a
RGB: rgb(212, 120, 26)
HSL: hsl(30, 78%, 47%)
Golden Leaf
HEX: #e6a832
RGB: rgb(230, 168, 50)
HSL: hsl(39, 78%, 55%)
Autumn Gold
HEX: #f5d76e
RGB: rgb(245, 215, 110)
HSL: hsl(47, 87%, 70%)
CSS Variables
:root {
--autumn-leaves-1: #6b1d0e;
--autumn-leaves-2: #c1440e;
--autumn-leaves-3: #d4781a;
--autumn-leaves-4: #e6a832;
--autumn-leaves-5: #f5d76e;
} Tailwind CSS Config
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'autumn-leaves': {
'100': '#6b1d0e',
'200': '#c1440e',
'300': '#d4781a',
'400': '#e6a832',
'500': '#f5d76e',
},
},
},
},
} Use Cases
Seasonal campaigns
Rustic brands
Craft breweries
Thanksgiving designs
Related Palettes
Frequently Asked Questions
When is an autumn palette most effective?▾
Autumn palettes work year-round for rustic and artisanal brands but are especially powerful during fall campaigns, harvest events, and holiday marketing.
How do I use warm autumn colors without overwhelming a design?▾
Balance warm autumn tones with plenty of white space and neutral backgrounds. Use the richest colors sparingly as accents and lighter tones as backgrounds.