1970s Dinner Party Color Palette

Discover the beautiful 1970s Dinner Party color palette featuring fire bush (#e49c21), hot cinnamon (#d96e20), tuscany (#b94c27), stiletto (#8c2b32) and red damask (#de6c4a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with70s, Bright, Earthy, Fun, Orange, Red, Retro, Vintage, Warm, 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 Dinner Party palette

Share this palette to:

💻 1970s Dinner Party color palette CSS

/* CSS */
.color-1 {
color: #e49c21;
}
.color-2 {
color: #d96e20;
}
.color-3 {
color: #b94c27;
}
.color-4 {
color: #8c2b32;
}
.color-5 {
color: #de6c4a;
}

/* CSS Variables */
:root {
--color-1: #e49c21;
--color-2: #d96e20;
--color-3: #b94c27;
--color-4: #8c2b32;
--color-5: #de6c4a;
}

🌈 1970s Dinner Party background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e49c21, #d96e20, #b94c27, #8c2b32, #de6c4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e49c21, #d96e20, #b94c27, #8c2b32, #de6c4a);
}

1970s Dinner Party color palette created on .