Shades of Hot Pink Color Palette

Discover the beautiful Shades of Hot Pink color palette featuring hot pink (#ff6bb5), tickle me pink (#ff85c0), cotton candy (#ffb3d1), pale rose (#ffdbe8) and pale rose (#ffe0f4).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Shades of Hot Pink color palette CSS

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

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

🌈 Shades of Hot Pink background gradient CSS

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

Shades of Hot Pink color palette created on .