Vintage Inspiration Color Palette
Discover the beautiful Vintage Inspiration color palette featuring lily (#c6a4b6), cameo (#d9b4a1), anzac (#e5b148), cream can (#f1c65b) and sandal (#a67d6e).
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 Inspiration palette
💻 Vintage Inspiration color palette CSS
/* CSS */
.color-1 {
color: #c6a4b6;
}
.color-2 {
color: #d9b4a1;
}
.color-3 {
color: #e5b148;
}
.color-4 {
color: #f1c65b;
}
.color-5 {
color: #a67d6e;
}
/* CSS Variables */
:root {
--color-1: #c6a4b6;
--color-2: #d9b4a1;
--color-3: #e5b148;
--color-4: #f1c65b;
--color-5: #a67d6e;
} 🌈 Vintage Inspiration background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6a4b6, #d9b4a1, #e5b148, #f1c65b, #a67d6e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6a4b6, #d9b4a1, #e5b148, #f1c65b, #a67d6e);
} 🔗 Explore similar color palettes
Vintage Inspiration color palette created on .