Vintage Green Color Palette
Discover the beautiful Vintage Green color palette featuring di serria (#d4a359), zorba (#a59c8d), sea mist (#c0d3c3), apricot (#ef796c) and strikemaster (#8d5e7b).
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 Green palette
💻 Vintage Green color palette CSS
/* CSS */
.color-1 {
color: #d4a359;
}
.color-2 {
color: #a59c8d;
}
.color-3 {
color: #c0d3c3;
}
.color-4 {
color: #ef796c;
}
.color-5 {
color: #8d5e7b;
}
/* CSS Variables */
:root {
--color-1: #d4a359;
--color-2: #a59c8d;
--color-3: #c0d3c3;
--color-4: #ef796c;
--color-5: #8d5e7b;
}
🌈 Vintage Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4a359, #a59c8d, #c0d3c3, #ef796c, #8d5e7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4a359, #a59c8d, #c0d3c3, #ef796c, #8d5e7b);
}
🔗 Explore similar color palettes
Vintage Green color palette created on .