Vintage and Old Color Palette
Discover the beautiful Vintage and Old color palette featuring barley corn (#a67c5e), twine (#c6a15d), straw (#d4bf8c), just right (#e9d0af) and thatch (#bfa6a1).
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 and Old palette
💻 Vintage and Old color palette CSS
/* CSS */
.color-1 {
color: #a67c5e;
}
.color-2 {
color: #c6a15d;
}
.color-3 {
color: #d4bf8c;
}
.color-4 {
color: #e9d0af;
}
.color-5 {
color: #bfa6a1;
}
/* CSS Variables */
:root {
--color-1: #a67c5e;
--color-2: #c6a15d;
--color-3: #d4bf8c;
--color-4: #e9d0af;
--color-5: #bfa6a1;
} 🌈 Vintage and Old background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a67c5e, #c6a15d, #d4bf8c, #e9d0af, #bfa6a1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a67c5e, #c6a15d, #d4bf8c, #e9d0af, #bfa6a1);
} 🔗 Explore similar color palettes
Vintage and Old color palette created on .