70s Magic Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with 70s Magic palette

Share this palette to:

70s Magic color palette PNG image

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

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);
}

Similar color palettes

Scroll down to explore 2 70s color palettes

70s Magic color palette created on .