70s Retro Color Palette

Discover the beautiful 70s Retro color palette featuring rodeo dust (#d0b49f), mojo (#c9493b), horizon (#5b8c9a), mine shaft (#3d3d3d) and cashmere (#e5c49f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with70s, Beige, Black, Blue, Earthy, Neutral, Red, Retro, Vintage, 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 70s Retro palette

Share this palette to:

💻 70s Retro color palette CSS

/* CSS */
.color-1 {
color: #d0b49f;
}
.color-2 {
color: #c9493b;
}
.color-3 {
color: #5b8c9a;
}
.color-4 {
color: #3d3d3d;
}
.color-5 {
color: #e5c49f;
}

/* CSS Variables */
:root {
--color-1: #d0b49f;
--color-2: #c9493b;
--color-3: #5b8c9a;
--color-4: #3d3d3d;
--color-5: #e5c49f;
}

🌈 70s Retro background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0b49f, #c9493b, #5b8c9a, #3d3d3d, #e5c49f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0b49f, #c9493b, #5b8c9a, #3d3d3d, #e5c49f);
}

70s Retro color palette created on .