1980s Brightness Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with 1980s Brightness palette

Share this palette to:

1980s Brightness color palette PNG image

Download 1980s brightness color palette PNG image (landscape)
Download 1980s brightness color palette PNG image (square)

1980s Brightness color palette CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffe59e;
}
.color-4 {
color: #a9d6e5;
}
.color-5 {
color: #ff3c00;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffb84d;
--color-3: #ffe59e;
--color-4: #a9d6e5;
--color-5: #ff3c00;
}

1980s Brightness background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffb84d, #ffe59e, #a9d6e5, #ff3c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffb84d, #ffe59e, #a9d6e5, #ff3c00);
}

1980s Brightness color palette created on .