80's Sci-Fi Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with 80's Sci-Fi palette

Share this palette to:

80's Sci-Fi color palette PNG image

Download 80's sci-fi color palette PNG image (landscape)
Download 80's sci-fi color palette PNG image (square)

80's Sci-Fi color palette CSS

/* CSS */
.color-1 {
color: #00bdd6;
}
.color-2 {
color: #ff4281;
}
.color-3 {
color: #ffc105;
}
.color-4 {
color: #8bc34b;
}
.color-5 {
color: #9b27b0;
}

/* CSS Variables */
:root {
--color-1: #00bdd6;
--color-2: #ff4281;
--color-3: #ffc105;
--color-4: #8bc34b;
--color-5: #9b27b0;
}

80's Sci-Fi background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bdd6, #ff4281, #ffc105, #8bc34b, #9b27b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bdd6, #ff4281, #ffc105, #8bc34b, #9b27b0);
}

80's Sci-Fi color palette created on .