Discover the beautiful Pink Shades color palette featuring we peep (#f3c9d9), illusion (#f1a7ca), deep blush (#e279b1), hopbush (#d36f9f) and tapestry (#b65d8e).

Pink Shades Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Pink Shades palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Pink Shades palette

Share this palette to:

💻 Pink Shades color palette CSS

/* CSS */
.color-1 {
color: #f3c9d9;
}
.color-2 {
color: #f1a7ca;
}
.color-3 {
color: #e279b1;
}
.color-4 {
color: #d36f9f;
}
.color-5 {
color: #b65d8e;
}

/* CSS Variables */
:root {
--color-1: #f3c9d9;
--color-2: #f1a7ca;
--color-3: #e279b1;
--color-4: #d36f9f;
--color-5: #b65d8e;
}

🌈 Pink Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3c9d9, #f1a7ca, #e279b1, #d36f9f, #b65d8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3c9d9, #f1a7ca, #e279b1, #d36f9f, #b65d8e);
}

Pink Shades color palette created on .