Y2K Vibes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Y2K Vibes palette

Share this palette to:

Download Y2K Vibes Color Palette (PNG)

Download y2k vibes color palette PNG image (landscape)
Download y2k vibes color palette PNG image (square)

Y2K Vibes color palette CSS

/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #f2cb07;
}
.color-4 {
color: #ff4d8b;
}
.color-5 {
color: #5cdeff;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #ff6d1f;
--color-3: #f2cb07;
--color-4: #ff4d8b;
--color-5: #5cdeff;
}

Y2K Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #ff6d1f, #f2cb07, #ff4d8b, #5cdeff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #ff6d1f, #f2cb07, #ff4d8b, #5cdeff);
}

Y2K Vibes color palette created on .