Pink Shades Color Palette

Discover the beautiful Pink Shades color palette featuring deep blush (#e566aa), illusion (#f1a7c8), cherub (#f8d8e3), azalea (#f4b8d5) and charm (#d66b9b).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Pink Shades color palette CSS

/* CSS */
.color-1 {
color: #e566aa;
}
.color-2 {
color: #f1a7c8;
}
.color-3 {
color: #f8d8e3;
}
.color-4 {
color: #f4b8d5;
}
.color-5 {
color: #d66b9b;
}

/* CSS Variables */
:root {
--color-1: #e566aa;
--color-2: #f1a7c8;
--color-3: #f8d8e3;
--color-4: #f4b8d5;
--color-5: #d66b9b;
}

🌈 Pink Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e566aa, #f1a7c8, #f8d8e3, #f4b8d5, #d66b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e566aa, #f1a7c8, #f8d8e3, #f4b8d5, #d66b9b);
}

Pink Shades color palette created on .