70s Retro Groovy Color Palette
Discover the beautiful 70s Retro Groovy color palette featuring flame pea (#d95d3a), web orange (#f5a300), primrose (#f1e8a2), regent st blue (#a4d6e5) and royal purple (#5e3a9c).
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 Retro Groovy palette
💻 70s Retro Groovy color palette CSS
/* CSS */
.color-1 {
color: #d95d3a;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #f1e8a2;
}
.color-4 {
color: #a4d6e5;
}
.color-5 {
color: #5e3a9c;
}
/* CSS Variables */
:root {
--color-1: #d95d3a;
--color-2: #f5a300;
--color-3: #f1e8a2;
--color-4: #a4d6e5;
--color-5: #5e3a9c;
} 🌈 70s Retro Groovy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d95d3a, #f5a300, #f1e8a2, #a4d6e5, #5e3a9c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d95d3a, #f5a300, #f1e8a2, #a4d6e5, #5e3a9c);
} 🔗 Explore similar color palettes
70s Retro Groovy color palette created on .