1970s Detective Series Color Palette

Discover the beautiful 1970s Detective Series color palette featuring yellow metal (#7c5e3c), driftwood (#a07f4b), laser (#c9b669), harvest gold (#e1c27a) and flame pea (#d45c3a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with70s, Vintage, Amber, Earthy, Brown, Yellow, Detective, Retro, Warm 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 Detective Series palette

Share this palette to:

💻 1970s Detective Series color palette CSS

/* CSS */
.color-1 {
color: #7c5e3c;
}
.color-2 {
color: #a07f4b;
}
.color-3 {
color: #c9b669;
}
.color-4 {
color: #e1c27a;
}
.color-5 {
color: #d45c3a;
}

/* CSS Variables */
:root {
--color-1: #7c5e3c;
--color-2: #a07f4b;
--color-3: #c9b669;
--color-4: #e1c27a;
--color-5: #d45c3a;
}

🌈 1970s Detective Series background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c5e3c, #a07f4b, #c9b669, #e1c27a, #d45c3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c5e3c, #a07f4b, #c9b669, #e1c27a, #d45c3a);
}

1970s Detective Series color palette created on .