Pearly Pink Color Palette

Discover the beautiful Pearly Pink color palette featuring mandys pink (#f5b8b2), azalea (#f4c3d6), prim (#f0e0e4), melanie (#e2c5d4) and careys pink (#d6a4b3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Elegant, Feminine, Light, Pink, Soft, Spring, Summer 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 Pearly Pink palette

Share this palette to:

💻 Pearly Pink color palette CSS

/* CSS */
.color-1 {
color: #f5b8b2;
}
.color-2 {
color: #f4c3d6;
}
.color-3 {
color: #f0e0e4;
}
.color-4 {
color: #e2c5d4;
}
.color-5 {
color: #d6a4b3;
}

/* CSS Variables */
:root {
--color-1: #f5b8b2;
--color-2: #f4c3d6;
--color-3: #f0e0e4;
--color-4: #e2c5d4;
--color-5: #d6a4b3;
}

🌈 Pearly Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b8b2, #f4c3d6, #f0e0e4, #e2c5d4, #d6a4b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b8b2, #f4c3d6, #f0e0e4, #e2c5d4, #d6a4b3);
}

Pearly Pink color palette created on .