1970s Jazz Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with 1970s Jazz palette
Color Inspiration
Images that showcase this color palette in real designs
Download 1970s Jazz Color Palette (PNG)
1970s Jazz color palette CSS
/* CSS */
.color-1 {
color: #e05a29;
}
.color-2 {
color: #f5c25c;
}
.color-3 {
color: #a8d7a8;
}
.color-4 {
color: #2b3a50;
}
.color-5 {
color: #6e4f8c;
}
/* CSS Variables */
:root {
--color-1: #e05a29;
--color-2: #f5c25c;
--color-3: #a8d7a8;
--color-4: #2b3a50;
--color-5: #6e4f8c;
}
1970s Jazz background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e05a29, #f5c25c, #a8d7a8, #2b3a50, #6e4f8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e05a29, #f5c25c, #a8d7a8, #2b3a50, #6e4f8c);
}
Similar color palettes
Scroll down to explore 1000+ colors.jazz color palettes
1970s Jazz color palette created on .