Discover the beautiful Bright Pink color palette featuring wild watermelon (#ff4d7f), coral (#ff8b4d), mustard (#ffd84d), screamin' green (#4dff7c) and dodger blue (#4db2ff).

Bright Pink Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.

💡 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

Explore how the Bright Pink palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Bright Pink palette

Share this palette to:

💻 Bright Pink color palette CSS

/* CSS */
.color-1 {
color: #ff4d7f;
}
.color-2 {
color: #ff8b4d;
}
.color-3 {
color: #ffd84d;
}
.color-4 {
color: #4dff7c;
}
.color-5 {
color: #4db2ff;
}

/* CSS Variables */
:root {
--color-1: #ff4d7f;
--color-2: #ff8b4d;
--color-3: #ffd84d;
--color-4: #4dff7c;
--color-5: #4db2ff;
}

🌈 Bright Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d7f, #ff8b4d, #ffd84d, #4dff7c, #4db2ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d7f, #ff8b4d, #ffd84d, #4dff7c, #4db2ff);
}

Bright Pink color palette created on .