1940s Vintage Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with 1940s Vintage palette
Color Inspiration
Images that showcase this color palette in real designs
Download 1940s Vintage Color Palette (PNG)
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: #e8b7a1;
}
/* CSS Variables */
:root {
--color-1: #4c3e70;
--color-2: #a35c8e;
--color-3: #c5a27c;
--color-4: #d4b34e;
--color-5: #e8b7a1;
}
1940s Vintage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e70, #a35c8e, #c5a27c, #d4b34e, #e8b7a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e70, #a35c8e, #c5a27c, #d4b34e, #e8b7a1);
}
Similar color palettes
1940s Vintage color palette created on .