Vintage Warmth Color Palette
Discover the beautiful Vintage Warmth color palette featuring rodeo dust (#c7af99), sandal (#a78d6c), roman coffee (#7c5e4b), sepia skin (#a3503e) and punch (#d43d25).
Brightness
Saturation
Warmth
💡 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 Vintage Warmth palette
💻 Vintage Warmth color palette CSS
/* CSS */
.color-1 {
color: #c7af99;
}
.color-2 {
color: #a78d6c;
}
.color-3 {
color: #7c5e4b;
}
.color-4 {
color: #a3503e;
}
.color-5 {
color: #d43d25;
}
/* CSS Variables */
:root {
--color-1: #c7af99;
--color-2: #a78d6c;
--color-3: #7c5e4b;
--color-4: #a3503e;
--color-5: #d43d25;
} 🌈 Vintage Warmth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7af99, #a78d6c, #7c5e4b, #a3503e, #d43d25);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7af99, #a78d6c, #7c5e4b, #a3503e, #d43d25);
} 🔗 Explore similar color palettes
Vintage Warmth color palette created on .