Vintage Green Shades Color Palette

Discover the beautiful Vintage Green Shades color palette featuring cutty sark (#4f7d7d), spring rain (#a7c3b0), zombie (#e3e7a2), apricot peach (#f9cbae) and copperfield (#d18d5c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with70s, Aesthetic, Green, Earthy, Vintage color palettes and combinations.

💡 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 Shades palette

Share this palette to:

💻 Vintage Green Shades color palette CSS

/* CSS */
.color-1 {
color: #4f7d7d;
}
.color-2 {
color: #a7c3b0;
}
.color-3 {
color: #e3e7a2;
}
.color-4 {
color: #f9cbae;
}
.color-5 {
color: #d18d5c;
}

/* CSS Variables */
:root {
--color-1: #4f7d7d;
--color-2: #a7c3b0;
--color-3: #e3e7a2;
--color-4: #f9cbae;
--color-5: #d18d5c;
}

🌈 Vintage Green Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f7d7d, #a7c3b0, #e3e7a2, #f9cbae, #d18d5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f7d7d, #a7c3b0, #e3e7a2, #f9cbae, #d18d5c);
}

Vintage Green Shades color palette created on .