Y2K Luxury Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Y2K Luxury palette
Y2K Luxury color palette PNG image
Y2K Luxury color palette CSS
/* CSS */
.color-1 {
color: #1d1d1b;
}
.color-2 {
color: #d6006f;
}
.color-3 {
color: #9b58b6;
}
.color-4 {
color: #ff7a7a;
}
.color-5 {
color: #fbc532;
}
/* CSS Variables */
:root {
--color-1: #1d1d1b;
--color-2: #d6006f;
--color-3: #9b58b6;
--color-4: #ff7a7a;
--color-5: #fbc532;
}
Y2K Luxury background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1d1b, #d6006f, #9b58b6, #ff7a7a, #fbc532);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1d1b, #d6006f, #9b58b6, #ff7a7a, #fbc532);
}
Similar color palettes
Scroll down to explore 3 Black color palettes
Y2K Luxury color palette created on .