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: #f8a5ca;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #9ecbff;
}
.color-4 {
color: #6b7aff;
}
.color-5 {
color: #ffd900;
}

/* CSS Variables */
:root {
--color-1: #f8a5ca;
--color-2: #ff6e61;
--color-3: #9ecbff;
--color-4: #6b7aff;
--color-5: #ffd900;
}

Y2K Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8a5ca, #ff6e61, #9ecbff, #6b7aff, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8a5ca, #ff6e61, #9ecbff, #6b7aff, #ffd900);
}

Y2K Vibes color palette created on .