Y2K Vibe Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Y2K Vibe palette
Color Inspiration
Images that showcase this color palette in real designs
Download Y2K Vibe Color Palette (PNG)
Y2K Vibe color palette CSS
/* CSS */
.color-1 {
color: #1b1e37;
}
.color-2 {
color: #4d4a8c;
}
.color-3 {
color: #a4a4d6;
}
.color-4 {
color: #e1b8ff;
}
.color-5 {
color: #ff7142;
}
/* CSS Variables */
:root {
--color-1: #1b1e37;
--color-2: #4d4a8c;
--color-3: #a4a4d6;
--color-4: #e1b8ff;
--color-5: #ff7142;
}
Y2K Vibe background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1e37, #4d4a8c, #a4a4d6, #e1b8ff, #ff7142);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1e37, #4d4a8c, #a4a4d6, #e1b8ff, #ff7142);
}
Similar color palettes
Y2K Vibe color palette created on .