Vintage Forest Color Palette
Discover the beautiful Vintage Forest color palette featuring deep fir (#192801), verdun green (#214002), madras (#334403), brown bramble (#632803) and red oxide (#650d01).
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 Forest palette
💻 Vintage Forest color palette CSS
/* CSS */
.color-1 {
color: #192801;
}
.color-2 {
color: #214002;
}
.color-3 {
color: #334403;
}
.color-4 {
color: #632803;
}
.color-5 {
color: #650d01;
}
/* CSS Variables */
:root {
--color-1: #192801;
--color-2: #214002;
--color-3: #334403;
--color-4: #632803;
--color-5: #650d01;
} 🌈 Vintage Forest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #192801, #214002, #334403, #632803, #650d01);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #192801, #214002, #334403, #632803, #650d01);
} 🔗 Explore similar color palettes
Vintage Forest color palette created on .