70s Supermarket Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with 70s Supermarket palette

Share this palette to:

70s Supermarket color palette PNG image

Download 70s supermarket color palette PNG image (landscape)
Download 70s supermarket color palette PNG image (square)

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 .