70s Vibe Color Palette

Discover the beautiful 70s Vibe color palette featuring hokey pokey (#d6a829), brandy punch (#c07a2a), paarl (#a24c2a), plum (#7a2a6b) and paradiso (#2a6b7a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Brown, Burgundy, Cream, Orange, Retro, Teal, Vintage, Yellow 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 70s Vibe palette

Share this palette to:

๐Ÿ’ป 70s Vibe color palette CSS

/* CSS */
.color-1 {
color: #d6a829;
}
.color-2 {
color: #c07a2a;
}
.color-3 {
color: #a24c2a;
}
.color-4 {
color: #7a2a6b;
}
.color-5 {
color: #2a6b7a;
}

/* CSS Variables */
:root {
--color-1: #d6a829;
--color-2: #c07a2a;
--color-3: #a24c2a;
--color-4: #7a2a6b;
--color-5: #2a6b7a;
}

๐ŸŒˆ 70s Vibe background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6a829, #c07a2a, #a24c2a, #7a2a6b, #2a6b7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6a829, #c07a2a, #a24c2a, #7a2a6b, #2a6b7a);
}

70s Vibe color palette created on .