Summer Gyaru Y2K Color Palette
Discover the beautiful Summer Gyaru Y2K color palette featuring web orange (#f5a300), orange (#ff6d1f), sundown (#ffb3b3), we peep (#f7d9d9) and vivid tangerine (#ff8a8a).
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 Summer Gyaru Y2K palette
💻 Summer Gyaru Y2K color palette CSS
/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ffb3b3;
}
.color-4 {
color: #f7d9d9;
}
.color-5 {
color: #ff8a8a;
}
/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #ff6d1f;
--color-3: #ffb3b3;
--color-4: #f7d9d9;
--color-5: #ff8a8a;
} 🌈 Summer Gyaru Y2K background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #ff6d1f, #ffb3b3, #f7d9d9, #ff8a8a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #ff6d1f, #ffb3b3, #f7d9d9, #ff8a8a);
} 🔗 Explore similar color palettes
Summer Gyaru Y2K color palette created on .