1940s Vintage Color Palette
Discover the beautiful 1940s Vintage color palette featuring east bay (#4c3e70), strikemaster (#a35c8e), sorrell brown (#c5a27c), old gold (#d4b34e) and cashmere (#e8b8a1).
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 1940s Vintage palette
💻 1940s Vintage color palette CSS
/* CSS */
.color-1 {
color: #4c3e70;
}
.color-2 {
color: #a35c8e;
}
.color-3 {
color: #c5a27c;
}
.color-4 {
color: #d4b34e;
}
.color-5 {
color: #e8b8a1;
}
/* CSS Variables */
:root {
--color-1: #4c3e70;
--color-2: #a35c8e;
--color-3: #c5a27c;
--color-4: #d4b34e;
--color-5: #e8b8a1;
} 🌈 1940s Vintage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e70, #a35c8e, #c5a27c, #d4b34e, #e8b8a1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e70, #a35c8e, #c5a27c, #d4b34e, #e8b8a1);
} 🔗 Explore similar color palettes
1940s Vintage color palette created on .