Vintage Color Palette
Discover the beautiful Vintage color palette featuring santa fe (#a86d4d), indian khaki (#c5b191), bone (#e2d7c1), eunry (#d3a79c) and janna (#f1e0c6).
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: #a86d4d;
}
.color-2 {
color: #c5b191;
}
.color-3 {
color: #e2d7c1;
}
.color-4 {
color: #d3a79c;
}
.color-5 {
color: #f1e0c6;
}
/* CSS Variables */
:root {
--color-1: #a86d4d;
--color-2: #c5b191;
--color-3: #e2d7c1;
--color-4: #d3a79c;
--color-5: #f1e0c6;
}
๐ Vintage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a86d4d, #c5b191, #e2d7c1, #d3a79c, #f1e0c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a86d4d, #c5b191, #e2d7c1, #d3a79c, #f1e0c6);
}
๐ Explore similar color palettes
Vintage color palette created on .