Y2K Vibes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Y2K Vibes palette

Share this palette to:

Y2K Vibes color palette PNG image

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: #1e1e76;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffb300;
}
.color-4 {
color: #6c4b6b;
}
.color-5 {
color: #50c2f7;
}

/* CSS Variables */
:root {
--color-1: #1e1e76;
--color-2: #ff6e61;
--color-3: #ffb300;
--color-4: #6c4b6b;
--color-5: #50c2f7;
}

Y2K Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e76, #ff6e61, #ffb300, #6c4b6b, #50c2f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e76, #ff6e61, #ffb300, #6c4b6b, #50c2f7);
}

Y2K Vibes color palette created on .