Vintage Home Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vintage Home palette
Vintage Home color palette PNG image
Vintage Home color palette CSS
/* CSS */
.color-1 {
color: #895b29;
}
.color-2 {
color: #c19b6c;
}
.color-3 {
color: #e3d8b5;
}
.color-4 {
color: #a1b5a1;
}
.color-5 {
color: #4e2c2e;
}
/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #c19b6c;
--color-3: #e3d8b5;
--color-4: #a1b5a1;
--color-5: #4e2c2e;
}
Vintage Home background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #c19b6c, #e3d8b5, #a1b5a1, #4e2c2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #c19b6c, #e3d8b5, #a1b5a1, #4e2c2e);
}
Similar color palettes
Vintage Home color palette created on .