Vintage Color Palette
Discover the beautiful Vintage color palette featuring indian khaki (#c2a78e), lily (#c0a5b3), cameo (#dfb49f), whiskey (#d19b6b) and tundora (#4f4b4a).
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 palette
💻 Vintage color palette CSS
/* CSS */
.color-1 {
color: #c2a78e;
}
.color-2 {
color: #c0a5b3;
}
.color-3 {
color: #dfb49f;
}
.color-4 {
color: #d19b6b;
}
.color-5 {
color: #4f4b4a;
}
/* CSS Variables */
:root {
--color-1: #c2a78e;
--color-2: #c0a5b3;
--color-3: #dfb49f;
--color-4: #d19b6b;
--color-5: #4f4b4a;
} 🌈 Vintage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2a78e, #c0a5b3, #dfb49f, #d19b6b, #4f4b4a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2a78e, #c0a5b3, #dfb49f, #d19b6b, #4f4b4a);
} 🔗 Explore similar color palettes
Vintage color palette created on .