Late 90's Y2K Futurism Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Late 90's Y2K Futurism palette
Color Inspiration
Images that showcase this color palette in real designs
Download Late 90's Y2K Futurism Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 300+ Bright color palettes
Late 90's Y2K Futurism color palette created on .