Blue Vintage Color Palette

Discover the beautiful Blue Vintage color palette featuring hippie blue (#5d8ebb), half baked (#94c1d6), mandys pink (#f0b1a3), sandy brown (#f4ab62) and copper (#c27d3d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Vintage, Bright, Summer 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 Blue Vintage palette

Share this palette to:

💻 Blue Vintage color palette CSS

/* CSS */
.color-1 {
color: #5d8ebb;
}
.color-2 {
color: #94c1d6;
}
.color-3 {
color: #f0b1a3;
}
.color-4 {
color: #f4ab62;
}
.color-5 {
color: #c27d3d;
}

/* CSS Variables */
:root {
--color-1: #5d8ebb;
--color-2: #94c1d6;
--color-3: #f0b1a3;
--color-4: #f4ab62;
--color-5: #c27d3d;
}

🌈 Blue Vintage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d8ebb, #94c1d6, #f0b1a3, #f4ab62, #c27d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d8ebb, #94c1d6, #f0b1a3, #f4ab62, #c27d3d);
}

Blue Vintage color palette created on .