Pastel Pink Color Palette

Discover the beautiful Pastel Pink color palette featuring givry (#f8d5c4), mandys pink (#f4b3ae), wewak (#f1a7a2), eunry (#d09b95) and oriental pink (#c59b9b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Cream, Beige, Soft, Spring 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: #f8d5c4;
}
.color-2 {
color: #f4b3ae;
}
.color-3 {
color: #f1a7a2;
}
.color-4 {
color: #d09b95;
}
.color-5 {
color: #c59b9b;
}

/* CSS Variables */
:root {
--color-1: #f8d5c4;
--color-2: #f4b3ae;
--color-3: #f1a7a2;
--color-4: #d09b95;
--color-5: #c59b9b;
}

🌈 Pastel Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d5c4, #f4b3ae, #f1a7a2, #d09b95, #c59b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d5c4, #f4b3ae, #f1a7a2, #d09b95, #c59b9b);
}

Pastel Pink color palette created on .