Vintage Home Color Palette
Discover the beautiful Vintage Home color palette featuring fiery orange (#ab4b17), raw sienna (#ce8040), harvest gold (#e0b971), teak (#b49d5f) and espresso (#60201a).
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 Home palette
๐ป Vintage Home color palette CSS
/* CSS */
.color-1 {
color: #ab4b17;
}
.color-2 {
color: #ce8040;
}
.color-3 {
color: #e0b971;
}
.color-4 {
color: #b49d5f;
}
.color-5 {
color: #60201a;
}
/* CSS Variables */
:root {
--color-1: #ab4b17;
--color-2: #ce8040;
--color-3: #e0b971;
--color-4: #b49d5f;
--color-5: #60201a;
} ๐ Vintage Home background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ab4b17, #ce8040, #e0b971, #b49d5f, #60201a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ab4b17, #ce8040, #e0b971, #b49d5f, #60201a);
} ๐ Explore similar color palettes
Vintage Home color palette created on .