Bright Hot Pink Color Palette

Discover the beautiful Bright Hot Pink color palette featuring hot pink (#ff6bb5), tickle me pink (#ff85c0), cotton candy (#ffb3d1), pastel pink (#ffd1e1) and lavender blush (#fff0f6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Feminine, Pink, Fun, Spring 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 Hot Pink palette

Share this palette to:

💻 Bright Hot Pink color palette CSS

/* CSS */
.color-1 {
color: #ff6bb5;
}
.color-2 {
color: #ff85c0;
}
.color-3 {
color: #ffb3d1;
}
.color-4 {
color: #ffd1e1;
}
.color-5 {
color: #fff0f6;
}

/* CSS Variables */
:root {
--color-1: #ff6bb5;
--color-2: #ff85c0;
--color-3: #ffb3d1;
--color-4: #ffd1e1;
--color-5: #fff0f6;
}

🌈 Bright Hot Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6bb5, #ff85c0, #ffb3d1, #ffd1e1, #fff0f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6bb5, #ff85c0, #ffb3d1, #ffd1e1, #fff0f6);
}

Bright Hot Pink color palette created on .