Bright Pink Color Palette

Discover the beautiful Bright Pink color palette featuring sweet pink (#fba2a2), marzipan (#f7d6a1), marzipan (#f9e19f), moss green (#a4d6b4) and malibu (#66b2f5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Coral, Soft, Summer 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

UI Examples

Explore beautiful UI components with Bright Pink palette

Share this palette to:

💻 Bright Pink color palette CSS

/* CSS */
.color-1 {
color: #fba2a2;
}
.color-2 {
color: #f7d6a1;
}
.color-3 {
color: #f9e19f;
}
.color-4 {
color: #a4d6b4;
}
.color-5 {
color: #66b2f5;
}

/* CSS Variables */
:root {
--color-1: #fba2a2;
--color-2: #f7d6a1;
--color-3: #f9e19f;
--color-4: #a4d6b4;
--color-5: #66b2f5;
}

🌈 Bright Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fba2a2, #f7d6a1, #f9e19f, #a4d6b4, #66b2f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fba2a2, #f7d6a1, #f9e19f, #a4d6b4, #66b2f5);
}

Bright Pink color palette created on .