Retro 60s Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Retro 60s palette
Color Inspiration
Images that showcase this color palette in real designs
Download Retro 60s Color Palette (PNG)
Retro 60s color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6fbe7f;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #f94346;
}
.color-5 {
color: #91be6f;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6fbe7f;
--color-3: #f9c54e;
--color-4: #f94346;
--color-5: #91be6f;
}
Retro 60s background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6fbe7f, #f9c54e, #f94346, #91be6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6fbe7f, #f9c54e, #f94346, #91be6f);
}
Similar color palettes
Retro 60s color palette created on .