80's Alien Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with 80's Alien palette

Share this palette to:

80's Alien color palette PNG image

Download 80's alien color palette PNG image (landscape)
Download 80's alien color palette PNG image (square)

80's Alien color palette CSS

/* CSS */
.color-1 {
color: #4d6aff;
}
.color-2 {
color: #9a5cff;
}
.color-3 {
color: #ff57b9;
}
.color-4 {
color: #ffec70;
}
.color-5 {
color: #00ff9d;
}

/* CSS Variables */
:root {
--color-1: #4d6aff;
--color-2: #9a5cff;
--color-3: #ff57b9;
--color-4: #ffec70;
--color-5: #00ff9d;
}

80's Alien background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d6aff, #9a5cff, #ff57b9, #ffec70, #00ff9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d6aff, #9a5cff, #ff57b9, #ffec70, #00ff9d);
}

80's Alien color palette created on .