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

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Black, Blue, Bright, Modern, Neutral, Soft, Vintage, White color palettes and combinations.

💡 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

Share this palette to:

💻 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);
}

Vintage Harmony color palette created on .