Pastel Pink Color Palette

Discover the beautiful Pastel Pink color palette featuring flesh (#ffd3a3), cotton candy (#ffb3d1), mona lisa (#ff8f8f), anakiwa (#a3c8ff) and picasso (#ffeb99).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Pastel Pink color palette CSS

/* CSS */
.color-1 {
color: #ffd3a3;
}
.color-2 {
color: #ffb3d1;
}
.color-3 {
color: #ff8f8f;
}
.color-4 {
color: #a3c8ff;
}
.color-5 {
color: #ffeb99;
}

/* CSS Variables */
:root {
--color-1: #ffd3a3;
--color-2: #ffb3d1;
--color-3: #ff8f8f;
--color-4: #a3c8ff;
--color-5: #ffeb99;
}

🌈 Pastel Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd3a3, #ffb3d1, #ff8f8f, #a3c8ff, #ffeb99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd3a3, #ffb3d1, #ff8f8f, #a3c8ff, #ffeb99);
}

Pastel Pink color palette created on .