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: #ff6d1f;
}
.color-2 {
color: #ff9c1a;
}
.color-3 {
color: #f7d378;
}
.color-4 {
color: #b6e9f7;
}
.color-5 {
color: #6b5bf5;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ff9c1a;
--color-3: #f7d378;
--color-4: #b6e9f7;
--color-5: #6b5bf5;
}

Y2K Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ff9c1a, #f7d378, #b6e9f7, #6b5bf5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ff9c1a, #f7d378, #b6e9f7, #6b5bf5);
}

Y2K Vibes color palette created on .