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 CSS

/* CSS */
.color-1 {
color: #3c2f8e;
}
.color-2 {
color: #5963b1;
}
.color-3 {
color: #9ab7e0;
}
.color-4 {
color: #f0ba4c;
}
.color-5 {
color: #f56b3d;
}

/* CSS Variables */
:root {
--color-1: #3c2f8e;
--color-2: #5963b1;
--color-3: #9ab7e0;
--color-4: #f0ba4c;
--color-5: #f56b3d;
}

Y2K Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c2f8e, #5963b1, #9ab7e0, #f0ba4c, #f56b3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c2f8e, #5963b1, #9ab7e0, #f0ba4c, #f56b3d);
}

Y2K Vibes color palette created on .