Pinky Pie Color Palette

Discover the beautiful Pinky Pie color palette featuring pink (#ffc2cc), hot pink (#ff75b1), radical red (#ff3d6e), razzmatazz (#d6006f) and fresh eggplant (#9e005c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Candy, Feminine, Fun, Pink, Retro, Summer, 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 Pinky Pie palette

Share this palette to:

💻 Pinky Pie color palette CSS

/* CSS */
.color-1 {
color: #ffc2cc;
}
.color-2 {
color: #ff75b1;
}
.color-3 {
color: #ff3d6e;
}
.color-4 {
color: #d6006f;
}
.color-5 {
color: #9e005c;
}

/* CSS Variables */
:root {
--color-1: #ffc2cc;
--color-2: #ff75b1;
--color-3: #ff3d6e;
--color-4: #d6006f;
--color-5: #9e005c;
}

🌈 Pinky Pie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc2cc, #ff75b1, #ff3d6e, #d6006f, #9e005c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc2cc, #ff75b1, #ff3d6e, #d6006f, #9e005c);
}

Pinky Pie color palette created on .