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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
70s Vibe color palette created on .