Earth Tones Color Palette
Warm Color Palette
About This Palette
Grounded earth tones for natural, organic designs.
CSS Variables
:root {
--color-1: #8B4513;
--color-2: #A0522D;
--color-3: #D2691E;
--color-4: #DEB887;
--color-5: #F5DEB3;
}Tailwind Config
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'earth-tones': {
'1': '#8B4513',
'2': '#A0522D',
'3': '#D2691E',
'4': '#DEB887',
'5': '#F5DEB3',
},
},
},
},
};More Warm Palettes
Sunset Vibes
Warm sunset-inspired palette with rich oranges and golden tones.
Tropical Paradise
Vibrant tropical colors inspired by exotic destinations.
Autumn Harvest
Rich autumn hues inspired by harvest season.
Desert Dunes
Sandy desert tones with warm golden hues.
Golden Hour
Warm golden hour light captured in color.
Rustic Wood
Warm wood tones for rustic, handcrafted designs.