Late 90's Y2K Futurism Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Late 90's Y2K Futurism palette

Share this palette to:

Download Late 90's Y2K Futurism Color Palette (PNG)

Download late 90's y2k futurism color palette PNG image (landscape)
Download late 90's y2k futurism color palette PNG image (square)

Late 90's Y2K Futurism color palette CSS

/* CSS */
.color-1 {
color: #00a5e0;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ffa200;
}
.color-4 {
color: #ffce47;
}
.color-5 {
color: #1f1f1f;
}

/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #ff6d1f;
--color-3: #ffa200;
--color-4: #ffce47;
--color-5: #1f1f1f;
}

Late 90's Y2K Futurism background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #ff6d1f, #ffa200, #ffce47, #1f1f1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #ff6d1f, #ffa200, #ffce47, #1f1f1f);
}

Late 90's Y2K Futurism color palette created on .