70s Supermarket Color Palette

Discover the beautiful 70s Supermarket color palette featuring moss green (#a9d9a5), fern (#69bf76), fruit salad (#509b56), killarney (#3c6d3c) and tom thumb (#2d4d2d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with70s, Green, Bright, Local, Nature, Supermarket, Vibrant, Earthy, Large 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 Supermarket palette

Share this palette to:

💻 70s Supermarket color palette CSS

/* CSS */
.color-1 {
color: #a9d9a5;
}
.color-2 {
color: #69bf76;
}
.color-3 {
color: #509b56;
}
.color-4 {
color: #3c6d3c;
}
.color-5 {
color: #2d4d2d;
}

/* CSS Variables */
:root {
--color-1: #a9d9a5;
--color-2: #69bf76;
--color-3: #509b56;
--color-4: #3c6d3c;
--color-5: #2d4d2d;
}

🌈 70s Supermarket background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d9a5, #69bf76, #509b56, #3c6d3c, #2d4d2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d9a5, #69bf76, #509b56, #3c6d3c, #2d4d2d);
}

70s Supermarket color palette created on .