1970s Jazz Color Palette

Discover the beautiful 1970s Jazz color palette featuring flame pea (#e05a29), cream can (#f5c25c), moss green (#a8d7a9), pickled bluewood (#2b3a50) and affair (#6d4f8c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with70s, Blue, Bright, Green, Jazz, Orange, Purple, Vintage, Yellow color palettes and combinations.

💡 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 1970s Jazz palette

Share this palette to:

💻 1970s Jazz color palette CSS

/* CSS */
.color-1 {
color: #e05a29;
}
.color-2 {
color: #f5c25c;
}
.color-3 {
color: #a8d7a9;
}
.color-4 {
color: #2b3a50;
}
.color-5 {
color: #6d4f8c;
}

/* CSS Variables */
:root {
--color-1: #e05a29;
--color-2: #f5c25c;
--color-3: #a8d7a9;
--color-4: #2b3a50;
--color-5: #6d4f8c;
}

🌈 1970s Jazz background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e05a29, #f5c25c, #a8d7a9, #2b3a50, #6d4f8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e05a29, #f5c25c, #a8d7a9, #2b3a50, #6d4f8c);
}

1970s Jazz color palette created on .