Y2K Emo Color Palette
Discover the beautiful Y2K Emo color palette featuring loulou (#390e37), finn (#5f2b4c), cannon pink (#7d4a5c), strikemaster (#a06a7d) and careys pink (#d7a2af).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Y2K Emo palette
💻 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);
}
🔗 Explore similar color palettes
Y2K Emo color palette created on .