Vintage Color Palette
Discover the beautiful Vintage color palette featuring muddy waters (#b77f5c), chalky (#eed4a0), london hue (#c3a4c6), sandrift (#a98e75) and rum (#7f6a8a).
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: #b77f5c;
}
.color-2 {
color: #eed4a0;
}
.color-3 {
color: #c3a4c6;
}
.color-4 {
color: #a98e75;
}
.color-5 {
color: #7f6a8a;
}
/* CSS Variables */
:root {
--color-1: #b77f5c;
--color-2: #eed4a0;
--color-3: #c3a4c6;
--color-4: #a98e75;
--color-5: #7f6a8a;
}
🌈 Vintage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b77f5c, #eed4a0, #c3a4c6, #a98e75, #7f6a8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b77f5c, #eed4a0, #c3a4c6, #a98e75, #7f6a8a);
}
🔗 Explore similar color palettes
Vintage color palette created on .