70s Magic Color Palette

Discover the beautiful 70s Magic color palette featuring buccaneer (#682c2d), matrix (#b55a5b), eunry (#d09b9a), gold sand (#e9b69b) and vanilla ice (#f4d7d7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with70s, Auburn, Burgundy, Deep, Earthy 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 Magic palette

Share this palette to:

💻 70s Magic color palette CSS

/* CSS */
.color-1 {
color: #682c2d;
}
.color-2 {
color: #b55a5b;
}
.color-3 {
color: #d09b9a;
}
.color-4 {
color: #e9b69b;
}
.color-5 {
color: #f4d7d7;
}

/* CSS Variables */
:root {
--color-1: #682c2d;
--color-2: #b55a5b;
--color-3: #d09b9a;
--color-4: #e9b69b;
--color-5: #f4d7d7;
}

🌈 70s Magic background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #682c2d, #b55a5b, #d09b9a, #e9b69b, #f4d7d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #682c2d, #b55a5b, #d09b9a, #e9b69b, #f4d7d7);
}

70s Magic color palette created on .