Y2K Brights Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Y2K Brights palette

Share this palette to:

Y2K Brights color palette PNG image

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

Y2K Brights color palette CSS

/* CSS */
.color-1 {
color: #00bfff;
}
.color-2 {
color: #ff75ff;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #00ff80;
}

/* CSS Variables */
:root {
--color-1: #00bfff;
--color-2: #ff75ff;
--color-3: #ffcc00;
--color-4: #ff6e61;
--color-5: #00ff80;
}

Y2K Brights background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bfff, #ff75ff, #ffcc00, #ff6e61, #00ff80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bfff, #ff75ff, #ffcc00, #ff6e61, #00ff80);
}

Y2K Brights color palette created on .