Vintage Harmony Color Palette
Discover the beautiful Vintage Harmony color palette featuring merino (#f7f4e8), pigeon post (#a4c2db), wedgewood (#4b7d9b), pickled bluewood (#2e3f52) and shark (#1b1c22).
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 Harmony palette
💻 Vintage Harmony color palette CSS
/* CSS */
.color-1 {
color: #f7f4e8;
}
.color-2 {
color: #a4c2db;
}
.color-3 {
color: #4b7d9b;
}
.color-4 {
color: #2e3f52;
}
.color-5 {
color: #1b1c22;
}
/* CSS Variables */
:root {
--color-1: #f7f4e8;
--color-2: #a4c2db;
--color-3: #4b7d9b;
--color-4: #2e3f52;
--color-5: #1b1c22;
} 🌈 Vintage Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7f4e8, #a4c2db, #4b7d9b, #2e3f52, #1b1c22);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7f4e8, #a4c2db, #4b7d9b, #2e3f52, #1b1c22);
} 🔗 Explore similar color palettes
Vintage Harmony color palette created on .