Vintage Color Palette
Discover the beautiful Vintage color palette featuring porsche (#e5b06c), tan (#c9a87e), dusty gray (#a79094), lynch (#6f7f9b) and east bay (#3a5a78).
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 palette
๐ป Vintage color palette CSS
/* CSS */
.color-1 {
color: #e5b06c;
}
.color-2 {
color: #c9a87e;
}
.color-3 {
color: #a79094;
}
.color-4 {
color: #6f7f9b;
}
.color-5 {
color: #3a5a78;
}
/* CSS Variables */
:root {
--color-1: #e5b06c;
--color-2: #c9a87e;
--color-3: #a79094;
--color-4: #6f7f9b;
--color-5: #3a5a78;
}
๐ Vintage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5b06c, #c9a87e, #a79094, #6f7f9b, #3a5a78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5b06c, #c9a87e, #a79094, #6f7f9b, #3a5a78);
}
๐ Explore similar color palettes
Vintage color palette created on .