Hyperpop Color Palette
Discover the beautiful Hyperpop color palette featuring wild watermelon (#ff4d79), koromiko (#ffb86b), turquoise blue (#6eedc5), shakespeare (#4a9cd3) and heliotrope (#a77aff).
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 Hyperpop palette
💻 Hyperpop color palette CSS
/* CSS */
.color-1 {
color: #ff4d79;
}
.color-2 {
color: #ffb86b;
}
.color-3 {
color: #6eedc5;
}
.color-4 {
color: #4a9cd3;
}
.color-5 {
color: #a77aff;
}
/* CSS Variables */
:root {
--color-1: #ff4d79;
--color-2: #ffb86b;
--color-3: #6eedc5;
--color-4: #4a9cd3;
--color-5: #a77aff;
} 🌈 Hyperpop background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d79, #ffb86b, #6eedc5, #4a9cd3, #a77aff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d79, #ffb86b, #6eedc5, #4a9cd3, #a77aff);
} 🔗 Explore similar color palettes
Hyperpop color palette created on .