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