Y2k Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Y2k palette

Share this palette to:

Y2k color palette PNG image

Download y2k color palette PNG image (landscape)
Download y2k color palette PNG image (square)

Y2k color palette CSS

/* CSS */
.color-1 {
color: #ff9d00;
}
.color-2 {
color: #ff6e00;
}
.color-3 {
color: #ff3c00;
}
.color-4 {
color: #ff00b2;
}
.color-5 {
color: #7b00ff;
}

/* CSS Variables */
:root {
--color-1: #ff9d00;
--color-2: #ff6e00;
--color-3: #ff3c00;
--color-4: #ff00b2;
--color-5: #7b00ff;
}

Y2k background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9d00, #ff6e00, #ff3c00, #ff00b2, #7b00ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9d00, #ff6e00, #ff3c00, #ff00b2, #7b00ff);
}

Y2k color palette created on .