70s Sunshine Color Palette

Discover the beautiful 70s Sunshine color palette featuring fuel yellow (#f0b128), fire bush (#e19e33), raw sienna (#d78f3c), copper (#c76a38) and apple blossom (#a84a3e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with70s, Bright, Earthy, Fun, Orange, 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 70s Sunshine palette

Share this palette to:

💻 70s Sunshine color palette CSS

/* CSS */
.color-1 {
color: #f0b128;
}
.color-2 {
color: #e19e33;
}
.color-3 {
color: #d78f3c;
}
.color-4 {
color: #c76a38;
}
.color-5 {
color: #a84a3e;
}

/* CSS Variables */
:root {
--color-1: #f0b128;
--color-2: #e19e33;
--color-3: #d78f3c;
--color-4: #c76a38;
--color-5: #a84a3e;
}

🌈 70s Sunshine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0b128, #e19e33, #d78f3c, #c76a38, #a84a3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0b128, #e19e33, #d78f3c, #c76a38, #a84a3e);
}

70s Sunshine color palette created on .