K-Pop Vibes Color Palette
Discover the beautiful K-Pop Vibes color palette featuring wild watermelon (#ff4d7f), neon carrot (#ff9b3d), school bus yellow (#ffd900), aquamarine (#3dffdb) and dodger blue (#4d4dff).
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 K-Pop Vibes palette
💻 K-Pop Vibes color palette CSS
/* CSS */
.color-1 {
color: #ff4d7f;
}
.color-2 {
color: #ff9b3d;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #3dffdb;
}
.color-5 {
color: #4d4dff;
}
/* CSS Variables */
:root {
--color-1: #ff4d7f;
--color-2: #ff9b3d;
--color-3: #ffd900;
--color-4: #3dffdb;
--color-5: #4d4dff;
}
🌈 K-Pop Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d7f, #ff9b3d, #ffd900, #3dffdb, #4d4dff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d7f, #ff9b3d, #ffd900, #3dffdb, #4d4dff);
}
🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
K-Pop Vibes color palette created on .