60s Retro Color Palette
Discover the beautiful 60s Retro color palette featuring sandy brown (#f5ab61), french rose (#f25a76), trendy pink (#895d92), butterfly bush (#594f8c) and jungle green (#2a9d90).
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 60s Retro palette
💻 60s Retro color palette CSS
/* CSS */
.color-1 {
color: #f5ab61;
}
.color-2 {
color: #f25a76;
}
.color-3 {
color: #895d92;
}
.color-4 {
color: #594f8c;
}
.color-5 {
color: #2a9d90;
}
/* CSS Variables */
:root {
--color-1: #f5ab61;
--color-2: #f25a76;
--color-3: #895d92;
--color-4: #594f8c;
--color-5: #2a9d90;
}
🌈 60s Retro background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5ab61, #f25a76, #895d92, #594f8c, #2a9d90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5ab61, #f25a76, #895d92, #594f8c, #2a9d90);
}
🔗 Explore similar color palettes
60s Retro color palette created on .