Vibrant Pink Color Palette
Discover the beautiful Vibrant Pink color palette featuring wild watermelon (#ff4d88), neon carrot (#ff9b3d), gorse (#ffec3d), dodger blue (#4db8ff) and heliotrope (#a94dff).
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 Vibrant Pink palette
💻 Vibrant Pink color palette CSS
/* CSS */
.color-1 {
color: #ff4d88;
}
.color-2 {
color: #ff9b3d;
}
.color-3 {
color: #ffec3d;
}
.color-4 {
color: #4db8ff;
}
.color-5 {
color: #a94dff;
}
/* CSS Variables */
:root {
--color-1: #ff4d88;
--color-2: #ff9b3d;
--color-3: #ffec3d;
--color-4: #4db8ff;
--color-5: #a94dff;
} 🌈 Vibrant Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d88, #ff9b3d, #ffec3d, #4db8ff, #a94dff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d88, #ff9b3d, #ffec3d, #4db8ff, #a94dff);
} 🔗 Explore similar color palettes
Vibrant Pink color palette created on .