Pink Color Palette

Discover the beautiful Pink color palette featuring givry (#f7e5ba), mandys pink (#f2bcb1), sea pink (#f09d8e), deep blush (#e37d89) and mandy (#e75a87).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Pink color palette CSS

/* CSS */
.color-1 {
color: #f7e5ba;
}
.color-2 {
color: #f2bcb1;
}
.color-3 {
color: #f09d8e;
}
.color-4 {
color: #e37d89;
}
.color-5 {
color: #e75a87;
}

/* CSS Variables */
:root {
--color-1: #f7e5ba;
--color-2: #f2bcb1;
--color-3: #f09d8e;
--color-4: #e37d89;
--color-5: #e75a87;
}

🌈 Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e5ba, #f2bcb1, #f09d8e, #e37d89, #e75a87);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e5ba, #f2bcb1, #f09d8e, #e37d89, #e75a87);
}

Pink color palette created on .