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