Vintage and Old Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vintage and Old palette
Vintage and Old color palette PNG image
Vintage and Old color palette CSS
/* CSS */
.color-1 {
color: #a67c5e;
}
.color-2 {
color: #c6a15d;
}
.color-3 {
color: #d4be8c;
}
.color-4 {
color: #e9d0af;
}
.color-5 {
color: #bfa6a1;
}
/* CSS Variables */
:root {
--color-1: #a67c5e;
--color-2: #c6a15d;
--color-3: #d4be8c;
--color-4: #e9d0af;
--color-5: #bfa6a1;
}
Vintage and Old background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a67c5e, #c6a15d, #d4be8c, #e9d0af, #bfa6a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a67c5e, #c6a15d, #d4be8c, #e9d0af, #bfa6a1);
}
Similar color palettes
Vintage and Old color palette created on .