Vintage Vibes Color Palette

Discover the beautiful Vintage Vibes color palette featuring vivid violet (#8734a8), deep sapphire (#052766), hopbush (#ce7eaf), energy yellow (#f7e05f) and tamarillo (#a9142a).

Brightness

Saturation

Warmth

Refine

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

Share this palette to:

💻 Vintage Vibes color palette CSS

/* CSS */
.color-1 {
color: #8734a8;
}
.color-2 {
color: #052766;
}
.color-3 {
color: #ce7eaf;
}
.color-4 {
color: #f7e05f;
}
.color-5 {
color: #a9142a;
}

/* CSS Variables */
:root {
--color-1: #8734a8;
--color-2: #052766;
--color-3: #ce7eaf;
--color-4: #f7e05f;
--color-5: #a9142a;
}

🌈 Vintage Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8734a8, #052766, #ce7eaf, #f7e05f, #a9142a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8734a8, #052766, #ce7eaf, #f7e05f, #a9142a);
}

Vintage Vibes color palette created on .