Pink Rarity Color Palette

Discover the beautiful Pink Rarity color palette featuring azalea (#f5c2e0), cotton candy (#ffb3d0), flesh (#ffd1a3), kournikova (#ffec80) and peach (#ffe3b3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Fun, Pink, Yellow 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 Pink Rarity palette

Share this palette to:

💻 Pink Rarity color palette CSS

/* CSS */
.color-1 {
color: #f5c2e0;
}
.color-2 {
color: #ffb3d0;
}
.color-3 {
color: #ffd1a3;
}
.color-4 {
color: #ffec80;
}
.color-5 {
color: #ffe3b3;
}

/* CSS Variables */
:root {
--color-1: #f5c2e0;
--color-2: #ffb3d0;
--color-3: #ffd1a3;
--color-4: #ffec80;
--color-5: #ffe3b3;
}

🌈 Pink Rarity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c2e0, #ffb3d0, #ffd1a3, #ffec80, #ffe3b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c2e0, #ffb3d0, #ffd1a3, #ffec80, #ffe3b3);
}

Pink Rarity color palette created on .