Shades of Pink and Gray Color Palette

Discover the beautiful Shades of Pink and Gray color palette featuring maverick (#d5c3d5), illusion (#f1a7c6), vanilla ice (#f6dfdf), lily (#c3a7b4) and mountbatten pink (#9c7c8c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withSoft, Light, Pink, Gray 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 Shades of Pink and Gray palette

Share this palette to:

💻 Shades of Pink and Gray color palette CSS

/* CSS */
.color-1 {
color: #d5c3d5;
}
.color-2 {
color: #f1a7c6;
}
.color-3 {
color: #f6dfdf;
}
.color-4 {
color: #c3a7b4;
}
.color-5 {
color: #9c7c8c;
}

/* CSS Variables */
:root {
--color-1: #d5c3d5;
--color-2: #f1a7c6;
--color-3: #f6dfdf;
--color-4: #c3a7b4;
--color-5: #9c7c8c;
}

🌈 Shades of Pink and Gray background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c3d5, #f1a7c6, #f6dfdf, #c3a7b4, #9c7c8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c3d5, #f1a7c6, #f6dfdf, #c3a7b4, #9c7c8c);
}

Shades of Pink and Gray color palette created on .