Y2K Brights Color Palette
Discover the beautiful Y2K Brights color palette featuring hot pink (#ff75b6), cotton candy (#ffb3e5), anakiwa (#b3d9ff), aquamarine blue (#78e2e1) and supernova (#ffcc00).
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 Brights palette
💻 Y2K Brights color palette CSS
/* CSS */
.color-1 {
color: #ff75b6;
}
.color-2 {
color: #ffb3e5;
}
.color-3 {
color: #b3d9ff;
}
.color-4 {
color: #78e2e1;
}
.color-5 {
color: #ffcc00;
}
/* CSS Variables */
:root {
--color-1: #ff75b6;
--color-2: #ffb3e5;
--color-3: #b3d9ff;
--color-4: #78e2e1;
--color-5: #ffcc00;
} 🌈 Y2K Brights background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff75b6, #ffb3e5, #b3d9ff, #78e2e1, #ffcc00);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff75b6, #ffb3e5, #b3d9ff, #78e2e1, #ffcc00);
} 🔗 Explore similar color palettes
Y2K Brights color palette created on .