Pinky Glitz Color Palette

Discover the beautiful Pinky Glitz color palette featuring pink (#ffc2cc), tickle me pink (#ff75a1), wild watermelon (#ff4d7f), razzmatazz (#d6006f) and paprika (#9e003a).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Pinky Glitz color palette CSS

/* CSS */
.color-1 {
color: #ffc2cc;
}
.color-2 {
color: #ff75a1;
}
.color-3 {
color: #ff4d7f;
}
.color-4 {
color: #d6006f;
}
.color-5 {
color: #9e003a;
}

/* CSS Variables */
:root {
--color-1: #ffc2cc;
--color-2: #ff75a1;
--color-3: #ff4d7f;
--color-4: #d6006f;
--color-5: #9e003a;
}

🌈 Pinky Glitz background gradient CSS

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

Pinky Glitz color palette created on .