Pastel Pink Color Palette

Discover the beautiful Pastel Pink color palette featuring illusion (#f8b4d4), illusion (#f49ac2), wewak (#f69d9d), sunglo (#eb7074) and mulberry (#c74d6f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Bright, Fun, Aesthetic, Soft 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 Pastel Pink palette

Share this palette to:

💻 Pastel Pink color palette CSS

/* CSS */
.color-1 {
color: #f8b4d4;
}
.color-2 {
color: #f49ac2;
}
.color-3 {
color: #f69d9d;
}
.color-4 {
color: #eb7074;
}
.color-5 {
color: #c74d6f;
}

/* CSS Variables */
:root {
--color-1: #f8b4d4;
--color-2: #f49ac2;
--color-3: #f69d9d;
--color-4: #eb7074;
--color-5: #c74d6f;
}

🌈 Pastel Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8b4d4, #f49ac2, #f69d9d, #eb7074, #c74d6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8b4d4, #f49ac2, #f69d9d, #eb7074, #c74d6f);
}

Pastel Pink color palette created on .