Vintage Color Palette
Nostalgic · Artisan · Timeless
A muted, desaturated vintage palette inspired by aged photographs, antique paper, and mid-century design. Vintage palettes use reduced saturation and shifted hues to evoke nostalgia, history, and craftsmanship.
| Swatch | Name | Hex |
|---|---|---|
| Parchment | #F5EFDC | |
| Antique Gold | #D4A96A | |
| Warm Tan | #A67C52 | |
| Saddle Brown | #8B4513 | |
| Dusty Sage | #5F6B5E | |
| Dusty Teal | #3D5A5C |
Best For
Use the parchment cream as the primary background. Deep teal and dusty rose work as complementary brand colours. Apply a subtle texture overlay to amplify the vintage aesthetic.
CSS Custom Properties
:root {
--vintage-100: #F5EFDC;
--vintage-200: #D4A96A;
--vintage-300: #A67C52;
--vintage-400: #8B4513;
--vintage-500: #5F6B5E;
--vintage-600: #3D5A5C;
}Tailwind CSS Config
// tailwind.config.ts
export default {
theme: {
extend: {
colors: {
"vintage": {
"100": "#F5EFDC",
"200": "#D4A96A",
"300": "#A67C52",
"400": "#8B4513",
"500": "#5F6B5E",
"600": "#3D5A5C",
},
},
},
},
}Generate a custom palette
Enter any seed colour and generate complementary, analogous, triadic, and monochromatic palettes. Export as CSS variables, Tailwind config, or JSON.
Open Color Palette GeneratorFrequently Asked Questions
What hex codes are in the Vintage Color Palette?
The Vintage Color Palette includes: Parchment (#F5EFDC), Antique Gold (#D4A96A), Warm Tan (#A67C52), Saddle Brown (#8B4513), Dusty Sage (#5F6B5E), Dusty Teal (#3D5A5C).
What is the mood of the Vintage Color Palette?
Vintage Color Palette evokes: Nostalgic · Artisan · Timeless. A muted, desaturated vintage palette inspired by aged photographs, antique paper, and mid-century design. Vintage palettes use reduced saturation and shifted hues to evoke nostalgia, history, and craftsmanship.
What industries use the Vintage Color Palette?
The Vintage Color Palette is popular in: Artisan, Retail, Publishing, Photography. Use the parchment cream as the primary background. Deep teal and dusty rose work as complementary brand colours. Apply a subtle texture overlay to amplify the vintage aesthetic.
What colours pair well with this palette?
This palette pairs well with: cream, warm-gray. Use the parchment cream as the primary background. Deep teal and dusty rose work as complementary brand colours. Apply a subtle texture overlay to amplify the vintage aesthetic.
